Searched refs:sectionPat (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/lld/ELF/
H A DLinkerScript.h172 : excludedFilePat(pat1), sectionPat(pat2),
178 StringMatcher sectionPat; member in class:lld::elf::SectionPattern
H A DLinkerScript.cpp416 if (p.sectionPat.match(s->name) &&
526 if (!pat.sectionPat.match(sec->name))

Completed in 117 milliseconds