Searched refs:DefaultLibPath (Results 1 – 2 of 2) sorted by relevance
1103 SmallString<256> DefaultLibPath = in addOpenMPRuntimeLibraryPath() local1105 llvm::sys::path::append(DefaultLibPath, CLANG_INSTALL_LIBDIR_BASENAME); in addOpenMPRuntimeLibraryPath()1106 CmdArgs.push_back(Args.MakeArgString("-L" + DefaultLibPath)); in addOpenMPRuntimeLibraryPath()1302 SmallString<256> DefaultLibPath = in addFortranRuntimeLibraryPath() local1304 llvm::sys::path::append(DefaultLibPath, "lib"); in addFortranRuntimeLibraryPath()1306 CmdArgs.push_back(Args.MakeArgString("-libpath:" + DefaultLibPath)); in addFortranRuntimeLibraryPath()1308 CmdArgs.push_back(Args.MakeArgString("-L" + DefaultLibPath)); in addFortranRuntimeLibraryPath()2602 SmallString<256> DefaultLibPath = llvm::sys::path::parent_path(D.Dir); in AddStaticDeviceLibs() local2604 LibraryPaths.emplace_back(DefaultLibPath.c_str()); in AddStaticDeviceLibs()2724 SmallString<256> DefaultLibPath = llvm::sys::path::parent_path(D.Dir); in addOpenMPDeviceRTL() local[all …]
605 SmallString<256> DefaultLibPath = in ConstructJob() local607 llvm::sys::path::append(DefaultLibPath, CLANG_INSTALL_LIBDIR_BASENAME); in ConstructJob()608 CmdArgs.push_back(Args.MakeArgString(Twine("-L") + DefaultLibPath)); in ConstructJob()