Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.h171 std::vector<SectionPattern> SectionPatterns; member
H A DLinkerScript.cpp303 for (SectionPattern &P : ID->SectionPatterns) in shouldKeep()
381 for (const SectionPattern &Pat : Cmd->SectionPatterns) { in computeInputSections()
H A DScriptParser.cpp690 std::move(V.begin(), V.end(), std::back_inserter(Cmd->SectionPatterns)); in readInputSectionRules()
853 ISD->SectionPatterns.push_back({{}, StringMatcher({"*"})}); in readOutputSectionDescription()