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