Searched refs:excludeLibs (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/COFF/
H A DMinGW.h31 llvm::StringSet<> excludeLibs; member in class:lld::coff::AutoExporter
H A DMinGW.cpp23 excludeLibs = {
109 excludeLibs.erase(libName);
144 return !excludeLibs.count(libName);
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DDriver.cpp1375 static void excludeLibs(opt::InputArgList &args) { function in namespace:lld::elf
1843 excludeLibs(args);

Completed in 53 milliseconds