Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.h147 struct SectionPattern { struct
148 SectionPattern(StringMatcher &&Pat1, StringMatcher &&Pat2) in SectionPattern() function
171 std::vector<SectionPattern> SectionPatterns; argument
H A DScriptParser.cpp91 std::vector<SectionPattern> readInputSectionsList();
629 std::vector<SectionPattern> ScriptParser::readInputSectionsList() { in readInputSectionsList()
630 std::vector<SectionPattern> Ret; in readInputSectionsList()
669 std::vector<SectionPattern> V; in readInputSectionRules()
685 for (SectionPattern &Pat : V) { in readInputSectionRules()
H A DLinkerScript.cpp303 for (SectionPattern &P : ID->SectionPatterns) in shouldKeep()
364 const SectionPattern &Pat) { in sortInputSections()
381 for (const SectionPattern &Pat : Cmd->SectionPatterns) { in computeInputSections()