Searched refs:SectionPattern (Results 1 – 6 of 6) sorted by relevance
177 class SectionPattern {184 SectionPattern(StringMatcher &&pat1, StringMatcher &&pat2) in SectionPattern() function234 SmallVector<SectionPattern, 0> sectionPatterns;
93 SmallVector<SectionPattern, 0> readInputSectionsList();775 SmallVector<SectionPattern, 0> ScriptParser::readInputSectionsList() { in readInputSectionsList()776 SmallVector<SectionPattern, 0> ret; in readInputSectionsList()831 SmallVector<SectionPattern, 0> v; in readInputSectionRules()847 for (SectionPattern &pat : v) { in readInputSectionRules()
432 bool SectionPattern::excludesFile(const InputFile &file) const { in excludesFile()446 for (SectionPattern &p : id->sectionPatterns) in shouldKeep()551 for (const SectionPattern &pat : cmd->sectionPatterns) { in computeInputSections()
163 NameMatcher SectionPattern; member
645 StringRef SectionPattern = ArgValue.slice(0, LastSymbolIndex); in parseChangeSectionAddr() local646 if (SectionPattern.empty()) in parseChangeSectionAddr()651 if (Error E = PatternUpdate.SectionPattern.addMatcher(NameOrPattern::create( in parseChangeSectionAddr()652 SectionPattern, SectionMatchStyle, ErrorCallback))) in parseChangeSectionAddr()
861 if (PatternUpdate.SectionPattern.matches(Sec.Name) && in handleArgs()