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.h185 : excludedFilePat(pat1), sectionPat(pat2), in SectionPattern()
191 StringMatcher sectionPat; variable
H A DLinkerScript.cpp447 if (p.sectionPat.match(s->name) && in shouldKeep()
571 if (!pat.sectionPat.match(sec->name)) in computeInputSections()