Searched refs:DefaultLibPath (Results 1 – 2 of 2) sorted by relevance
657 SmallString<256> DefaultLibPath = in addOpenMPRuntimeSpecificRPath() local661 CmdArgs.push_back(Args.MakeArgString(DefaultLibPath)); in addOpenMPRuntimeSpecificRPath()670 SmallString<256> DefaultLibPath = in addOpenMPRuntimeLibraryPath() local673 CmdArgs.push_back(Args.MakeArgString("-L" + DefaultLibPath)); in addOpenMPRuntimeLibraryPath()770 SmallString<256> DefaultLibPath = in addFortranRuntimeLibraryPath() local772 llvm::sys::path::append(DefaultLibPath, "lib"); in addFortranRuntimeLibraryPath()774 CmdArgs.push_back(Args.MakeArgString("-libpath:" + DefaultLibPath)); in addFortranRuntimeLibraryPath()776 CmdArgs.push_back(Args.MakeArgString("-L" + DefaultLibPath)); in addFortranRuntimeLibraryPath()1947 SmallString<256> DefaultLibPath = llvm::sys::path::parent_path(D.Dir); in AddStaticDeviceLibs() local1949 LibraryPaths.emplace_back(DefaultLibPath.c_str()); in AddStaticDeviceLibs()[all …]
593 SmallString<256> DefaultLibPath = in ConstructJob() local595 llvm::sys::path::append(DefaultLibPath, "lib" CLANG_LIBDIR_SUFFIX); in ConstructJob()596 CmdArgs.push_back(Args.MakeArgString(Twine("-L") + DefaultLibPath)); in ConstructJob()