Searched refs:DefaultLibPath (Results 1 – 2 of 2) sorted by relevance
1189 SmallString<256> DefaultLibPath = in addOpenMPRuntimeLibraryPath() local1191 llvm::sys::path::append(DefaultLibPath, CLANG_INSTALL_LIBDIR_BASENAME); in addOpenMPRuntimeLibraryPath()1192 CmdArgs.push_back(Args.MakeArgString("-L" + DefaultLibPath)); in addOpenMPRuntimeLibraryPath()1296 SmallString<256> DefaultLibPath = in addFortranRuntimeLibraryPath() local1298 llvm::sys::path::append(DefaultLibPath, "lib"); in addFortranRuntimeLibraryPath()1300 CmdArgs.push_back(Args.MakeArgString("-libpath:" + DefaultLibPath)); in addFortranRuntimeLibraryPath()1302 CmdArgs.push_back(Args.MakeArgString("-L" + DefaultLibPath)); in addFortranRuntimeLibraryPath()2606 SmallString<256> DefaultLibPath = llvm::sys::path::parent_path(D.Dir); in AddStaticDeviceLibs() local2607 llvm::sys::path::append(DefaultLibPath, CLANG_INSTALL_LIBDIR_BASENAME); in AddStaticDeviceLibs()2608 LibraryPaths.emplace_back(DefaultLibPath.c_str()); in AddStaticDeviceLibs()
629 SmallString<256> DefaultLibPath = in ConstructJob() local631 llvm::sys::path::append(DefaultLibPath, CLANG_INSTALL_LIBDIR_BASENAME); in ConstructJob()632 CmdArgs.push_back(Args.MakeArgString(Twine("-L") + DefaultLibPath)); in ConstructJob()