Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.h149 : ExcludedFilePat(Pat1), SectionPat(Pat2), in SectionPattern()
153 StringMatcher ExcludedFilePat; member
H A DLinkerScript.cpp399 Pat.ExcludedFilePat.match(Filename) || in computeInputSections()