| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | VirtualFileSystem.h | 314 virtual std::error_code getRealPath(const Twine &Path, 416 std::error_code getRealPath(const Twine &Path, 478 std::error_code getRealPath(const Twine &Path, in getRealPath() function 480 return FS->getRealPath(Path, Output); in getRealPath() 648 std::error_code getRealPath(const Twine &Path, 1078 std::error_code getRealPath(const Twine &Path, 1190 std::error_code getRealPath(const Twine &Path, in getRealPath() function 1193 return ProxyFileSystem::getRealPath(Path, Output); in getRealPath()
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | RealpathPrefixes.cpp | 58 std::error_code ec = m_fs->getRealPath(file_spec_path, buff); in ResolveSymlinks()
|
| /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 289 std::error_code getRealPath(const Twine &Path, 382 std::error_code RealFileSystem::getRealPath(const Twine &Path, in getRealPath() function in RealFileSystem 504 std::error_code OverlayFileSystem::getRealPath(const Twine &Path, in getRealPath() function in OverlayFileSystem 508 return FS->getRealPath(Path, Output); in getRealPath() 1190 std::error_code InMemoryFileSystem::getRealPath(const Twine &Path, in getRealPath() function in llvm::vfs::InMemoryFileSystem 2614 RedirectingFileSystem::getRealPath(const Twine &OriginalPath, in getRealPath() function in RedirectingFileSystem 2625 std::error_code EC = ExternalFS->getRealPath(Path, Output); in getRealPath() 2636 return ExternalFS->getRealPath(Path, Output); in getRealPath() 2643 auto P = ExternalFS->getRealPath(*ExtRedirect, Output); in getRealPath() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningFilesystem.cpp | 413 DependencyScanningWorkerFilesystem::getRealPath(const Twine &Path, in getRealPath() function in DependencyScanningWorkerFilesystem 419 return getUnderlyingFS().getRealPath(Path, Output); in getRealPath() 449 std::error_code EC = getUnderlyingFS().getRealPath(OriginalFilename, Output); in getRealPath()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | DependencyScanningFilesystem.h | 381 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 | 638 if (!FS->getRealPath(Name, RealPathBuf)) { in getCanonicalName()
|