Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DMinGW.cpp29 excludeLibs = { in AutoExporter()
124 excludeLibs.erase(libName); in addWholeArchive()
164 return !excludeLibs.count(libName); in shouldExport()
H A DMinGW.h37 llvm::StringSet<> excludeLibs; variable
/llvm-project-15.0.7/lld/ELF/
H A DDriver.cpp1765 static void excludeLibs(opt::InputArgList &args) { in excludeLibs() function
2580 excludeLibs(args); in link()
2643 excludeLibs(args); in link()