Home
last modified time | relevance | path

Searched refs:SectionPattern (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lld/ELF/
DLinkerScript.h150 class SectionPattern {
157 SectionPattern(StringMatcher &&pat1, StringMatcher &&pat2) in SectionPattern() function
189 std::vector<SectionPattern> sectionPatterns;
DScriptParser.cpp100 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()
DLinkerScript.cpp338 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()