Searched refs:SectionPattern (Results 1 – 3 of 3) sorted by relevance
172 class SectionPattern {179 SectionPattern(StringMatcher &&pat1, StringMatcher &&pat2) in SectionPattern() function211 SmallVector<SectionPattern, 0> sectionPatterns;
102 SmallVector<SectionPattern, 0> readInputSectionsList();709 SmallVector<SectionPattern, 0> ScriptParser::readInputSectionsList() { in readInputSectionsList()710 SmallVector<SectionPattern, 0> ret; in readInputSectionsList()755 SmallVector<SectionPattern, 0> v; in readInputSectionRules()771 for (SectionPattern &pat : v) { in readInputSectionRules()
406 bool SectionPattern::excludesFile(const InputFile *file) const { in excludesFile()419 for (SectionPattern &p : id->sectionPatterns) in shouldKeep()512 for (const SectionPattern &pat : cmd->sectionPatterns) { in computeInputSections()