Lines Matching defs:Lib
117 TC.getSubDirectoryPath(llvm::SubDirectoryType::Lib)));
120 TC.getSubDirectoryPath(llvm::SubDirectoryType::Lib, "atlmfc")));
206 for (const auto &Lib : {"asan_dynamic", "asan_dynamic_runtime_thunk"})
207 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Lib));
221 for (const auto &Lib : {"asan", "asan_cxx"}) {
222 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Lib));
227 TC.getCompilerRT(Args, Lib)));
308 StringRef Lib = A.getValue();
310 if (Lib.ends_with(".lib"))
311 LinkLibArg = Args.MakeArgString(Lib);
313 LinkLibArg = Args.MakeArgString(Lib + ".lib");
554 llvm::sys::path::append(libPath, "Lib");
589 llvm::sys::path::append(LibPath, "Lib", UCRTVersion, "ucrt", ArchName);