Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h150 class SectionPattern {
157 SectionPattern(StringMatcher &&pat1, StringMatcher &&pat2) in SectionPattern() function
189 std::vector<SectionPattern> sectionPatterns;
H A DScriptParser.cpp101 std::vector<SectionPattern> readInputSectionsList();
674 std::vector<SectionPattern> ScriptParser::readInputSectionsList() { in readInputSectionsList()
675 std::vector<SectionPattern> ret; in readInputSectionsList()
720 std::vector<SectionPattern> v; in readInputSectionRules()
736 for (SectionPattern &pat : v) { in readInputSectionRules()
H A DLinkerScript.cpp346 bool SectionPattern::excludesFile(const InputFile *file) const { in excludesFile()
359 for (SectionPattern &p : id->sectionPatterns) in shouldKeep()
450 for (const SectionPattern &pat : cmd->sectionPatterns) { in computeInputSections()