Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Driver/ToolChains/
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()
DLinux.cpp296 const std::string OSLibDir = std::string(getOSLibDir(Triple, Args)); in Linux() local
299 Generic_GCC::AddMultilibPaths(D, SysRoot, OSLibDir, MultiarchTriple, Paths); in Linux()
308 addPathIfExists(D, D.Dir + "/../" + OSLibDir, Paths); in Linux()
312 addPathIfExists(D, SysRoot + "/lib/../" + OSLibDir, Paths); in Linux()
334 addPathIfExists(D, SysRoot + "/usr/" + OSLibDir, Paths); in Linux()
336 addPathIfExists(D, SysRoot + "/usr/lib/../" + OSLibDir, Paths); in Linux()
339 addPathIfExists(D, SysRoot + "/" + OSLibDir + "/" + ABIName, Paths); in Linux()
340 addPathIfExists(D, SysRoot + "/usr/" + OSLibDir + "/" + ABIName, Paths); in Linux()
343 Generic_GCC::AddMultiarchPaths(D, SysRoot, OSLibDir, Paths); in Linux()
DGnu.h329 const std::string &OSLibDir,
333 const std::string &OSLibDir, path_list &Paths);
DGnu.cpp2765 const std::string &OSLibDir, in AddMultilibPaths() argument
2803 LibPath + "/../" + GCCTriple.str() + "/lib/../" + OSLibDir + in AddMultilibPaths()
2818 addPathIfExists(D, LibPath + "/../" + OSLibDir, Paths); in AddMultilibPaths()
2825 const std::string &OSLibDir, in AddMultiarchPaths() argument
2832 "/../../" + OSLibDir, in AddMultiarchPaths()
/external/clang/lib/Driver/
DToolChains.cpp4107 const std::string OSLibDir = getOSLibDir(Triple, Args); in Linux() local
4145 OSLibDir + Multilib.osSuffix(), in Linux()
4159 addPathIfExists(D, LibPath + "/../" + OSLibDir, Paths); in Linux()
4170 addPathIfExists(D, D.Dir + "/../" + OSLibDir, Paths); in Linux()
4174 addPathIfExists(D, SysRoot + "/lib/../" + OSLibDir, Paths); in Linux()
4176 addPathIfExists(D, SysRoot + "/usr/lib/../" + OSLibDir, Paths); in Linux()
4183 "/../../" + OSLibDir, in Linux()