Searched refs:getRealPath (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | VirtualFileSystem.h | 277 virtual std::error_code getRealPath(const Twine &Path, 342 std::error_code getRealPath(const Twine &Path, 391 std::error_code getRealPath(const Twine &Path, in getRealPath() function 393 return FS->getRealPath(Path, Output); in getRealPath() 492 std::error_code getRealPath(const Twine &Path, 834 std::error_code getRealPath(const Twine &Path,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | VirtualFileSystem.cpp | 136 std::error_code FileSystem::getRealPath(const Twine &Path, in getRealPath() function in FileSystem 262 std::error_code getRealPath(const Twine &Path, 340 RealFileSystem::getRealPath(const Twine &Path, in getRealPath() function in RealFileSystem 443 OverlayFileSystem::getRealPath(const Twine &Path, in getRealPath() function in OverlayFileSystem 447 return FS->getRealPath(Path, Output); in getRealPath() 988 InMemoryFileSystem::getRealPath(const Twine &Path, in getRealPath() function in llvm::vfs::InMemoryFileSystem 2044 RedirectingFileSystem::getRealPath(const Twine &Path_, in getRealPath() function in RedirectingFileSystem 2055 return ExternalFS->getRealPath(Path, Output); in getRealPath() 2062 auto P = ExternalFS->getRealPath(*ExtRedirect, Output); in getRealPath() 2064 return ExternalFS->getRealPath(Path, Output); in getRealPath() [all …]
|
H A D | FileCollector.cpp | 281 std::error_code getRealPath(const Twine &Path, in getRealPath() function in llvm::FileCollectorFileSystem 283 auto EC = FS->getRealPath(Path, Output); in getRealPath()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | FileManager.cpp | 613 if (!FS->getRealPath(Dir->getName(), CanonicalNameBuf)) in getCanonicalName() 629 if (!FS->getRealPath(File->getName(), CanonicalNameBuf)) in getCanonicalName()
|