Home
last modified time | relevance | path

Searched defs:getRealPath (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp283 std::error_code getRealPath(const Twine &Path, in getRealPath() function in llvm::FileCollectorFileSystem
H A DVirtualFileSystem.cpp140 std::error_code FileSystem::getRealPath(const Twine &Path, in getRealPath() function in FileSystem
370 std::error_code RealFileSystem::getRealPath(const Twine &Path, in getRealPath() function in RealFileSystem
492 std::error_code OverlayFileSystem::getRealPath(const Twine &Path, in getRealPath() function in OverlayFileSystem
1178 std::error_code InMemoryFileSystem::getRealPath(const Twine &Path, in getRealPath() function in llvm::vfs::InMemoryFileSystem
2601 RedirectingFileSystem::getRealPath(const Twine &OriginalPath, in getRealPath() function in RedirectingFileSystem
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp375 DependencyScanningWorkerFilesystem::getRealPath(const Twine &Path, in getRealPath() function in DependencyScanningWorkerFilesystem
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h461 std::error_code getRealPath(const Twine &Path, in getRealPath() function