Home
last modified time | relevance | path

Searched refs:DefaultLibPath (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1189 SmallString<256> DefaultLibPath = in addOpenMPRuntimeLibraryPath() local
1191 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() local
1298 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() local
2607 llvm::sys::path::append(DefaultLibPath, CLANG_INSTALL_LIBDIR_BASENAME); in AddStaticDeviceLibs()
2608 LibraryPaths.emplace_back(DefaultLibPath.c_str()); in AddStaticDeviceLibs()
H A DCuda.cpp629 SmallString<256> DefaultLibPath = in ConstructJob() local
631 llvm::sys::path::append(DefaultLibPath, CLANG_INSTALL_LIBDIR_BASENAME); in ConstructJob()
632 CmdArgs.push_back(Args.MakeArgString(Twine("-L") + DefaultLibPath)); in ConstructJob()