Searched refs:SectionPattern (Results 1 – 3 of 3) sorted by relevance
150 class SectionPattern {157 SectionPattern(StringMatcher &&pat1, StringMatcher &&pat2) in SectionPattern() function189 std::vector<SectionPattern> sectionPatterns;
101 std::vector<SectionPattern> readInputSectionsList();674 std::vector<SectionPattern> ScriptParser::readInputSectionsList() { in readInputSectionsList()675 std::vector<SectionPattern> ret; in readInputSectionsList()720 std::vector<SectionPattern> v; in readInputSectionRules()736 for (SectionPattern &pat : v) { in readInputSectionRules()
346 bool SectionPattern::excludesFile(const InputFile *file) const { in excludesFile()359 for (SectionPattern &p : id->sectionPatterns) in shouldKeep()450 for (const SectionPattern &pat : cmd->sectionPatterns) { in computeInputSections()