Searched refs:GCCInstallation (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Driver/
H A DToolChains.cpp1436 : ToolChain(D, Triple, Args), GCCInstallation(getDriver(), Triple, Args) {
1474 GCCInstallation.print(OS);
2212 PPaths.push_back(Twine(GCCInstallation.getParentLibPath() + "/../" +
2213 GCCInstallation.getTriple().str() + "/bin").str());
2271 if (GCCInstallation.isValid()) {
2272 const llvm::Triple &GCCTriple = GCCInstallation.getTriple();
2273 const std::string &LibPath = GCCInstallation.getParentLibPath();
2276 addPathIfExists(GCCInstallation.getInstallPath() +
2277 GCCInstallation.getBiarchSuffix() + "/mips-r2",
2280 addPathIfExists((GCCInstallation
[all...]
H A DToolChains.h127 GCCInstallationDetector GCCInstallation; member in class:clang::driver::toolchains::Generic_GCC

Completed in 295 milliseconds