Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h213 SmallVector<SectionPattern, 0> sectionPatterns; variable
H A DLinkerScript.cpp415 for (SectionPattern &p : id->sectionPatterns) in shouldKeep()
510 for (const SectionPattern &pat : cmd->sectionPatterns) { in computeInputSections()
H A DScriptParser.cpp817 std::move(v.begin(), v.end(), std::back_inserter(cmd->sectionPatterns)); in readInputSectionRules()
1028 isd->sectionPatterns.push_back({{}, StringMatcher("*")}); in readOutputSectionDescription()