Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1873 llvm::SmallString<256> CanonicalPath = in makeCanonical() local
1875 if (CanonicalPath.empty()) in makeCanonical()
1878 Path.assign(CanonicalPath.begin(), CanonicalPath.end()); in makeCanonical()