Home
last modified time | relevance | path

Searched refs:CandidateLibPath (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp86 std::string CandidateLibPath = getArchSpecificLibPath(); in ToolChain() local
87 if (getVFS().exists(CandidateLibPath)) in ToolChain()
88 getFilePaths().push_back(CandidateLibPath); in ToolChain()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DGnu.cpp2044 std::string CandidateLibPath = CandidatePrefix + "/lib/gcc"; in AddDefaultGCCPrefixes() local
2045 if (!D.getVFS().exists(CandidateLibPath)) in AddDefaultGCCPrefixes()