Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DMinGW.cpp29 excludeLibs = { in AutoExporter()
138 excludeLibs.erase(libName); in addWholeArchive()
177 return !excludeLibs.count(libName); in shouldExport()
H A DMinGW.h37 llvm::StringSet<> excludeLibs; variable
/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.cpp2305 static void excludeLibs(Ctx &ctx, opt::InputArgList &args) { in excludeLibs() function
3245 excludeLibs(ctx, args); in link()
3330 excludeLibs(ctx, args); in link()