Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DLinkerScript.h189 std::vector<SectionPattern> sectionPatterns; variable
DLinkerScript.cpp351 for (SectionPattern &p : id->sectionPatterns) in shouldKeep()
442 for (const SectionPattern &pat : cmd->sectionPatterns) { in computeInputSections()
DScriptParser.cpp718 std::move(v.begin(), v.end(), std::back_inserter(cmd->sectionPatterns)); in readInputSectionRules()
892 isd->sectionPatterns.push_back({{}, StringMatcher("*")}); in readOutputSectionDescription()