Home
last modified time | relevance | path

Searched refs:noDefaultLibs (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.cpp532 ctx.config.noDefaultLibs.insert(findLib(arg->getValue()).lower()); in parseDirectives()
658 if (ctx.config.noDefaultLibs.count(path.lower())) in findLibIfNew()
807 std::set<std::string> noDefaultLibs; in addWinSysRootLibSearchPaths() local
808 for (const std::string &path : ctx.config.noDefaultLibs) in addWinSysRootLibSearchPaths()
809 noDefaultLibs.insert(findLib(path).lower()); in addWinSysRootLibSearchPaths()
810 ctx.config.noDefaultLibs = noDefaultLibs; in addWinSysRootLibSearchPaths()
1839 config->noDefaultLibs.insert(findLib(arg->getValue()).lower()); in linkerMain()
H A DConfig.h158 std::set<std::string> noDefaultLibs; member