Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h956 std::error_code makeCanonicalForLookup(SmallVectorImpl<char> &Path) const;
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp2294 std::error_code RedirectingFileSystem::makeCanonicalForLookup( in makeCanonicalForLookup() function in RedirectingFileSystem
2311 if (std::error_code EC = makeCanonicalForLookup(CanonicalPath)) in lookupPath()