Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h178 StringMatcher excludedFilePat; variable
185 : excludedFilePat(pat1), sectionPat(pat2), in SectionPattern()
H A DLinkerScript.cpp433 if (excludedFilePat.empty()) in excludesFile()
438 excludedFilePat.match(file.getNameForScript())); in excludesFile()