Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h174 class SectionPattern {
181 SectionPattern(StringMatcher &&pat1, StringMatcher &&pat2) in SectionPattern() function
213 SmallVector<SectionPattern, 0> sectionPatterns;
H A DScriptParser.cpp104 SmallVector<SectionPattern, 0> readInputSectionsList();
740 SmallVector<SectionPattern, 0> ScriptParser::readInputSectionsList() { in readInputSectionsList()
741 SmallVector<SectionPattern, 0> ret; in readInputSectionsList()
796 SmallVector<SectionPattern, 0> v; in readInputSectionRules()
812 for (SectionPattern &pat : v) { in readInputSectionRules()
H A DLinkerScript.cpp402 bool SectionPattern::excludesFile(const InputFile *file) const { in excludesFile()
415 for (SectionPattern &p : id->sectionPatterns) in shouldKeep()
510 for (const SectionPattern &pat : cmd->sectionPatterns) { in computeInputSections()