"InputSectionDescription" is a bad name for a class that is used very
frequently, which hurts code readability. We need a shorter, less
descriptive name for a common concept. At least that's how we name classes
in lld. Originally, that class was not intended to be used at many places,
but it has grown beyond my expectation. It should have been given a
shorter name from the beginning.
We had "SectionPattern" class. In this patch, that class was renamed
"Wildcard".
This just should have been named IS initially it seems.