Searched refs:CandidateLibPath (Results 1 – 2 of 2) sorted by relevance
89 std::string CandidateLibPath = getArchSpecificLibPath(); in ToolChain() local90 if (getVFS().exists(CandidateLibPath)) in ToolChain()91 getFilePaths().push_back(CandidateLibPath); in ToolChain()
1841 std::string CandidateLibPath = CandidatePrefix + "/lib/gcc"; in AddDefaultGCCPrefixes() local1842 if (!D.getVFS().exists(CandidateLibPath)) in AddDefaultGCCPrefixes()