Searched refs:DefaultLibPath (Results 1 – 2 of 2) sorted by relevance
809 SmallString<256> DefaultLibPath = in addOpenMPRuntimeSpecificRPath() local813 CmdArgs.push_back(Args.MakeArgString(DefaultLibPath)); in addOpenMPRuntimeSpecificRPath()822 SmallString<256> DefaultLibPath = in addOpenMPRuntimeLibraryPath() local824 llvm::sys::path::append(DefaultLibPath, CLANG_INSTALL_LIBDIR_BASENAME); in addOpenMPRuntimeLibraryPath()825 CmdArgs.push_back(Args.MakeArgString("-L" + DefaultLibPath)); in addOpenMPRuntimeLibraryPath()921 SmallString<256> DefaultLibPath = in addFortranRuntimeLibraryPath() local923 llvm::sys::path::append(DefaultLibPath, "lib"); in addFortranRuntimeLibraryPath()925 CmdArgs.push_back(Args.MakeArgString("-libpath:" + DefaultLibPath)); in addFortranRuntimeLibraryPath()927 CmdArgs.push_back(Args.MakeArgString("-L" + DefaultLibPath)); in addFortranRuntimeLibraryPath()2144 LibraryPaths.emplace_back(DefaultLibPath.c_str()); in AddStaticDeviceLibs()[all …]
597 SmallString<256> DefaultLibPath = in ConstructJob() local599 llvm::sys::path::append(DefaultLibPath, CLANG_INSTALL_LIBDIR_BASENAME); in ConstructJob()600 CmdArgs.push_back(Args.MakeArgString(Twine("-L") + DefaultLibPath)); in ConstructJob()