Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DLinkerScript.h164 class SectionPattern {
171 SectionPattern(StringMatcher &&pat1, StringMatcher &&pat2) in SectionPattern() function
203 SmallVector<SectionPattern, 0> sectionPatterns;
H A DScriptParser.cpp102 SmallVector<SectionPattern, 0> readInputSectionsList();
690 SmallVector<SectionPattern, 0> ScriptParser::readInputSectionsList() { in readInputSectionsList()
691 SmallVector<SectionPattern, 0> ret; in readInputSectionsList()
736 SmallVector<SectionPattern, 0> v; in readInputSectionRules()
752 for (SectionPattern &pat : v) { in readInputSectionRules()
H A DLinkerScript.cpp401 bool SectionPattern::excludesFile(const InputFile *file) const { in excludesFile()
414 for (SectionPattern &p : id->sectionPatterns) in shouldKeep()
505 for (const SectionPattern &pat : cmd->sectionPatterns) { in computeInputSections()