Home
last modified time | relevance | path

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

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