Searched refs:CandidatePrefix (Results 1 – 2 of 2) sorted by relevance
302 const char *const CandidatePrefix = CandidateInfo.Prefixes[P]; P++) { in findNearest()303 std::string Candidate = (CandidatePrefix + CandidateName).str(); in findNearest()
2043 std::string CandidatePrefix = PrefixDir + "/" + VersionText.str(); in AddDefaultGCCPrefixes() local2044 std::string CandidateLibPath = CandidatePrefix + "/lib/gcc"; in AddDefaultGCCPrefixes()2048 Prefixes.push_back(CandidatePrefix); in AddDefaultGCCPrefixes()