Searched refs:CandidateLibPath (Results 1 – 2 of 2) sorted by relevance
86 std::string CandidateLibPath = getArchSpecificLibPath(); in ToolChain() local87 if (getVFS().exists(CandidateLibPath)) in ToolChain()88 getFilePaths().push_back(CandidateLibPath); in ToolChain()
2044 std::string CandidateLibPath = CandidatePrefix + "/lib/gcc"; in AddDefaultGCCPrefixes() local2045 if (!D.getVFS().exists(CandidateLibPath)) in AddDefaultGCCPrefixes()