Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h172 class SectionPattern {
179 SectionPattern(StringMatcher &&pat1, StringMatcher &&pat2) in SectionPattern() function
211 SmallVector<SectionPattern, 0> sectionPatterns;
H A DScriptParser.cpp102 SmallVector<SectionPattern, 0> readInputSectionsList();
709 SmallVector<SectionPattern, 0> ScriptParser::readInputSectionsList() { in readInputSectionsList()
710 SmallVector<SectionPattern, 0> ret; in readInputSectionsList()
755 SmallVector<SectionPattern, 0> v; in readInputSectionRules()
771 for (SectionPattern &pat : v) { in readInputSectionRules()
H A DLinkerScript.cpp406 bool SectionPattern::excludesFile(const InputFile *file) const { in excludesFile()
419 for (SectionPattern &p : id->sectionPatterns) in shouldKeep()
512 for (const SectionPattern &pat : cmd->sectionPatterns) { in computeInputSections()