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

/openbsd-current/gnu/llvm/lld/ELF/
H A DLinkerScript.h164 class SectionPattern { class in namespace:lld::elf
171 SectionPattern(StringMatcher &&pat1, StringMatcher &&pat2) function in class:lld::elf::SectionPattern
203 SmallVector<SectionPattern, 0> sectionPatterns;
H A DScriptParser.cpp102 SmallVector<SectionPattern, 0> readInputSectionsList();
690 SmallVector<SectionPattern, 0> ScriptParser::readInputSectionsList() {
691 SmallVector<SectionPattern, 0> ret;
736 SmallVector<SectionPattern, 0> v;
752 for (SectionPattern &pat : v) {
H A DLinkerScript.cpp402 bool SectionPattern::excludesFile(const InputFile *file) const {
415 for (SectionPattern &p : id->sectionPatterns)
506 for (const SectionPattern &pat : cmd->sectionPatterns) {

Completed in 183 milliseconds