Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h314 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 DRealpathPrefixes.cpp58 std::error_code ec = m_fs->getRealPath(file_spec_path, buff); in ResolveSymlinks()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp283 std::error_code getRealPath(const Twine &Path, in getRealPath() function in llvm::FileCollectorFileSystem
285 auto EC = FS->getRealPath(Path, Output); in getRealPath()
H A DVirtualFileSystem.cpp140 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 DDependencyScanningFilesystem.cpp413 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 DDependencyScanningFilesystem.h381 std::error_code getRealPath(const Twine &Path,
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp221 return m_fs->getRealPath(path, output); in GetRealPath()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp638 if (!FS->getRealPath(Name, RealPathBuf)) { in getCanonicalName()