Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DLinkerScript.h172 : excludedFilePat(pat1), sectionPat(pat2), in SectionPattern()
178 StringMatcher sectionPat; variable
H A DLinkerScript.cpp415 if (p.sectionPat.match(s->name) && in shouldKeep()
525 if (!pat.sectionPat.match(sec->name)) in computeInputSections()