Home
last modified time | relevance | path

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

/external/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
/external/llvm-project/lld/ELF/
DDriver.cpp1555 static void excludeLibs(opt::InputArgList &args) { in excludeLibs() function
2147 excludeLibs(args); in link()