Searched refs:MultiarchTriple (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/ |
| H A D | WebAssembly.cpp | 94 const std::string MultiarchTriple = in WebAssembly() local 96 getFilePaths().push_back(getDriver().SysRoot + "/lib/" + MultiarchTriple); in WebAssembly() 148 const std::string MultiarchTriple = in AddClangSystemIncludeArgs() local 150 addSystemInclude(DriverArgs, CC1Args, getDriver().SysRoot + "/include/" + MultiarchTriple); in AddClangSystemIncludeArgs() 161 const std::string MultiarchTriple = in AddClangCXXStdlibIncludeArgs() local 164 getDriver().SysRoot + "/include/" + MultiarchTriple + "/c++/v1"); in AddClangCXXStdlibIncludeArgs()
|
| H A D | Hurd.cpp | 72 const std::string MultiarchTriple = getMultiarchTriple(D, Triple, SysRoot); in Hurd() local 79 addPathIfExists(D, D.Dir + "/../lib/" + MultiarchTriple, Paths); in Hurd() 83 addPathIfExists(D, SysRoot + "/lib/" + MultiarchTriple, Paths); in Hurd() 86 addPathIfExists(D, SysRoot + "/usr/lib/" + MultiarchTriple, Paths); in Hurd()
|
| H A D | Linux.cpp | 321 const std::string MultiarchTriple = getMultiarchTriple(D, Triple, SysRoot); in Linux() local 369 addPathIfExists(D, LibPath + "/" + MultiarchTriple, Paths); in Linux() 380 addPathIfExists(D, D.Dir + "/../lib/" + MultiarchTriple, Paths); in Linux() 384 addPathIfExists(D, SysRoot + "/lib/" + MultiarchTriple, Paths); in Linux() 396 SysRoot + "/usr/lib/" + MultiarchTriple + "/" + in Linux() 401 addPathIfExists(D, SysRoot + "/usr/lib/" + MultiarchTriple, Paths); in Linux()
|