Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h182 : excludedFilePat(pat1), sectionPat(pat2), in SectionPattern()
188 StringMatcher sectionPat; variable
H A DLinkerScript.cpp416 if (p.sectionPat.match(s->name) && in shouldKeep()
530 if (!pat.sectionPat.match(sec->name)) in computeInputSections()