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

/openbsd-current/gnu/llvm/lld/ELF/
H A DLinkerScript.h203 SmallVector<SectionPattern, 0> sectionPatterns; member in class:lld::elf::InputSectionDescription
H A DLinkerScript.cpp415 for (SectionPattern &p : id->sectionPatterns)
506 for (const SectionPattern &pat : cmd->sectionPatterns) {
H A DScriptParser.cpp757 std::move(v.begin(), v.end(), std::back_inserter(cmd->sectionPatterns));
964 isd->sectionPatterns.push_back({{}, StringMatcher("*")});

Completed in 258 milliseconds