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.h234 SmallVector<SectionPattern, 0> sectionPatterns; variable
H A DLinkerScript.cpp446 for (SectionPattern &p : id->sectionPatterns) in shouldKeep()
551 for (const SectionPattern &pat : cmd->sectionPatterns) { in computeInputSections()
H A DScriptParser.cpp852 std::move(v.begin(), v.end(), std::back_inserter(cmd->sectionPatterns)); in readInputSectionRules()
1067 isd->sectionPatterns.push_back({{}, StringMatcher("*")}); in readOutputSectionDescription()