Home | History | Annotate | Download | only in Driver

Lines Matching refs:GCCTriple

2222     GCCTriple.setTriple(CandidateTriple);
2302 GCCTriple.setTriple(CandidateTriple);
2389 Twine Base, Twine Suffix, StringRef GCCTriple, StringRef GCCMultiarchTriple,
2401 getVFS().exists(Base + Suffix + "/" + GCCTriple + IncludeSuffix)) {
2403 Base + Suffix + "/" + GCCTriple + IncludeSuffix);
3704 const llvm::Triple &GCCTriple = GCCInstallation.getTriple();
3731 addPathIfExists(D, LibPath + "/../" + GCCTriple.str() + "/lib/../" +
3784 const llvm::Triple &GCCTriple = GCCInstallation.getTriple();
3786 addPathIfExists(D, LibPath + "/../" + GCCTriple.str() + "/lib" +