Searched refs:getRealPath (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | VirtualFileSystem.h | 299 virtual std::error_code getRealPath(const Twine &Path, 400 std::error_code getRealPath(const Twine &Path, 461 std::error_code getRealPath(const Twine &Path, in getRealPath() function 463 return FS->getRealPath(Path, Output); in getRealPath() 630 std::error_code getRealPath(const Twine &Path, 1056 std::error_code getRealPath(const Twine &Path,
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | FileCollector.cpp | 283 std::error_code getRealPath(const Twine &Path, in getRealPath() function in llvm::FileCollectorFileSystem 285 auto EC = FS->getRealPath(Path, Output); in getRealPath()
|
H A D | VirtualFileSystem.cpp | 140 std::error_code FileSystem::getRealPath(const Twine &Path, in getRealPath() function in FileSystem 287 std::error_code getRealPath(const Twine &Path, 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 496 return FS->getRealPath(Path, Output); in getRealPath() 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 2612 std::error_code EC = ExternalFS->getRealPath(Path, Output); in getRealPath() 2623 return ExternalFS->getRealPath(Path, Output); in getRealPath() 2630 auto P = ExternalFS->getRealPath(*ExtRedirect, Output); in getRealPath() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningFilesystem.cpp | 375 DependencyScanningWorkerFilesystem::getRealPath(const Twine &Path, in getRealPath() function in DependencyScanningWorkerFilesystem 408 std::error_code EC = getUnderlyingFS().getRealPath(OriginalFilename, Output); in getRealPath()
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
H A D | DependencyScanningFilesystem.h | 351 std::error_code getRealPath(const Twine &Path,
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | FileSystem.cpp | 221 return m_fs->getRealPath(path, output); in GetRealPath()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | FileManager.cpp | 650 if (!FS->getRealPath(Name, RealPathBuf)) { in getCanonicalName()
|