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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h151 : excludedFilePat(pat1), sectionPat(pat2),
156 StringMatcher sectionPat; member in struct:lld::elf::SectionPattern
H A DLinkerScript.cpp338 if (p.sectionPat.match(s->name) &&
433 if (!pat.sectionPat.match(sec->name))

Completed in 67 milliseconds