Home
last modified time | relevance | path

Searched refs:OSLibDir (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHurd.cpp81 const std::string OSLibDir = std::string(getOSLibDir(Triple, Args)); in Hurd() local
88 Generic_GCC::AddMultilibPaths(D, SysRoot, OSLibDir, MultiarchTriple, Paths); in Hurd()
97 addPathIfExists(D, D.Dir + "/../" + OSLibDir, Paths); in Hurd()
101 addPathIfExists(D, SysRoot + "/lib/../" + OSLibDir, Paths); in Hurd()
104 addPathIfExists(D, SysRoot + "/usr/lib/../" + OSLibDir, Paths); in Hurd()
106 Generic_GCC::AddMultiarchPaths(D, SysRoot, OSLibDir, Paths); in Hurd()
H A DLinux.cpp262 const std::string OSLibDir = std::string(getOSLibDir(Triple, Args)); in Linux() local
265 Generic_GCC::AddMultilibPaths(D, SysRoot, OSLibDir, MultiarchTriple, Paths); in Linux()
268 addPathIfExists(D, SysRoot + "/lib/../" + OSLibDir, Paths); in Linux()
290 addPathIfExists(D, SysRoot + "/usr/" + OSLibDir, Paths); in Linux()
292 addPathIfExists(D, SysRoot + "/usr/lib/../" + OSLibDir, Paths); in Linux()
295 addPathIfExists(D, SysRoot + "/" + OSLibDir + "/" + ABIName, Paths); in Linux()
296 addPathIfExists(D, SysRoot + "/usr/" + OSLibDir + "/" + ABIName, Paths); in Linux()
299 Generic_GCC::AddMultiarchPaths(D, SysRoot, OSLibDir, Paths); in Linux()
H A DGnu.h324 const std::string &OSLibDir,
328 const std::string &OSLibDir, path_list &Paths);
H A DGnu.cpp2792 const std::string &OSLibDir, in AddMultilibPaths() argument
2831 LibPath + "/../" + GCCTriple.str() + "/lib/../" + OSLibDir + in AddMultilibPaths()
2845 addPathIfExists(D, LibPath + "/../" + OSLibDir, Paths); in AddMultilibPaths()
2851 const std::string &OSLibDir, in AddMultiarchPaths() argument