Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h189 std::vector<SectionPattern> sectionPatterns; variable
H A DLinkerScript.cpp359 for (SectionPattern &p : id->sectionPatterns) in shouldKeep()
450 for (const SectionPattern &pat : cmd->sectionPatterns) { in computeInputSections()
H A DScriptParser.cpp741 std::move(v.begin(), v.end(), std::back_inserter(cmd->sectionPatterns)); in readInputSectionRules()
915 isd->sectionPatterns.push_back({{}, StringMatcher("*")}); in readOutputSectionDescription()