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

/external/clang/lib/Driver/
H A DToolChains.h73 llvm::Triple GCCTriple; member in class:clang::driver::toolchains::Generic_GCC::GCCInstallationDetector
90 const llvm::Triple &getTriple() const { return GCCTriple; }
H A DToolChains.cpp1341 GCCTriple.setTriple(CandidateTriple);
2108 const llvm::Triple &GCCTriple = GCCInstallation.getTriple(); local
2122 addPathIfExists(LibPath + "/../" + GCCTriple.str() + "/lib/../" + Multilib,
2130 addPathIfExists(LibPath + "/../" + GCCTriple.str() + "/lib", Paths);
2147 const llvm::Triple &GCCTriple = GCCInstallation.getTriple(); local
2152 addPathIfExists(LibPath + "/../" + GCCTriple.str() + "/lib", Paths);

Completed in 91 milliseconds