Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/COFF/
DMinGW.cpp27 excludeLibs = { in AutoExporter()
122 excludeLibs.erase(libName); in addWholeArchive()
157 return !excludeLibs.count(libName); in shouldExport()
DMinGW.h34 llvm::StringSet<> excludeLibs; variable
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DDriver.cpp1674 static void excludeLibs(opt::InputArgList &args) { in excludeLibs() function
2292 excludeLibs(args); in link()
2327 excludeLibs(args); in link()