Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DScriptParser.cpp632 StringMatcher ExcludeFilePat; in readInputSectionsList() local
635 ExcludeFilePat = readFilePatterns(); in readInputSectionsList()
643 Ret.push_back({std::move(ExcludeFilePat), StringMatcher(V)}); in readInputSectionsList()