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;
100 std::vector<SectionPattern> readInputSectionsList();651 std::vector<SectionPattern> ScriptParser::readInputSectionsList() { in readInputSectionsList()652 std::vector<SectionPattern> ret; in readInputSectionsList()697 std::vector<SectionPattern> v; in readInputSectionRules()713 for (SectionPattern &pat : v) { in readInputSectionRules()
338 bool SectionPattern::excludesFile(const InputFile *file) const { in excludesFile()351 for (SectionPattern &p : id->sectionPatterns) in shouldKeep()442 for (const SectionPattern &pat : cmd->sectionPatterns) { in computeInputSections()