Home | History | Annotate | Download | only in Driver

Lines Matching refs:Suffix

1297   // stash the entire patch string in the suffix, and leave the number
1309 // Try to parse the number and any suffix.
1424 for (StringRef Suffix : CandidateLibDirs) {
1425 const std::string LibDir = Prefix + Suffix.str();
1433 for (StringRef Suffix : CandidateBiarchLibDirs) {
1434 const std::string LibDir = Prefix + Suffix.str();
1852 // Filter to remove Multilibs that don't exist as a suffix to Path
2634 // Only look at the final, weird Ubuntu suffix for i386-linux-gnu.
2763 Twine Base, Twine Suffix, StringRef GCCTriple, StringRef GCCMultiarchTriple,
2766 if (!getVFS().exists(Base + Suffix))
2769 addSystemInclude(DriverArgs, CC1Args, Base + Suffix);
2775 getVFS().exists(Base + Suffix + "/" + GCCTriple + IncludeSuffix)) {
2777 Base + Suffix + "/" + GCCTriple + IncludeSuffix);
2780 // triples and put the triple before the suffix.
2782 // GCC surprisingly uses *both* the GCC triple with a multilib suffix and
2785 Base + "/" + GCCMultiarchTriple + Suffix + IncludeSuffix);
2787 Base + "/" + TargetMultiarchTriple + Suffix);
2790 addSystemInclude(DriverArgs, CC1Args, Base + Suffix + "/backward");
2822 // Find out the library suffix based on the ABI.
4122 // a biarch-like suffix of the GCC installation.
4633 if (addLibStdCXXIncludePaths(IncludePath, /*Suffix*/ "", TripleStr,