Searched refs:DefaultLibPath (Results 1 – 3 of 3) sorted by relevance
642 SmallString<256> DefaultLibPath = in ConstructJob() local644 llvm::sys::path::append(DefaultLibPath, CLANG_INSTALL_LIBDIR_BASENAME); in ConstructJob()645 CmdArgs.push_back(Args.MakeArgString(Twine("-L") + DefaultLibPath)); in ConstructJob()
1348 SmallString<256> DefaultLibPath = in addOpenMPRuntimeLibraryPath() local1350 llvm::sys::path::append(DefaultLibPath, CLANG_INSTALL_LIBDIR_BASENAME); in addOpenMPRuntimeLibraryPath()1351 CmdArgs.push_back(Args.MakeArgString("-L" + DefaultLibPath)); in addOpenMPRuntimeLibraryPath()2754 SmallString<256> DefaultLibPath = llvm::sys::path::parent_path(D.Dir); in AddStaticDeviceLibs() local2755 llvm::sys::path::append(DefaultLibPath, CLANG_INSTALL_LIBDIR_BASENAME); in AddStaticDeviceLibs()2756 LibraryPaths.emplace_back(DefaultLibPath.c_str()); in AddStaticDeviceLibs()
860 SmallString<256> DefaultLibPath = in addFortranRuntimeLibraryPath() local862 llvm::sys::path::append(DefaultLibPath, "lib"); in addFortranRuntimeLibraryPath()863 AddLibSearchPathIfExists(DefaultLibPath); in addFortranRuntimeLibraryPath()