Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h299 virtual std::error_code getRealPath(const Twine &Path,
386 std::error_code getRealPath(const Twine &Path,
444 std::error_code getRealPath(const Twine &Path, in getRealPath() function
446 return FS->getRealPath(Path, Output); in getRealPath()
603 std::error_code getRealPath(const Twine &Path,
1024 std::error_code getRealPath(const Twine &Path,
/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
277 std::error_code getRealPath(const Twine &Path,
361 RealFileSystem::getRealPath(const Twine &Path, in getRealPath() function in RealFileSystem
475 OverlayFileSystem::getRealPath(const Twine &Path, in getRealPath() function in OverlayFileSystem
479 return FS->getRealPath(Path, Output); in getRealPath()
1154 InMemoryFileSystem::getRealPath(const Twine &Path, in getRealPath() function in llvm::vfs::InMemoryFileSystem
2519 RedirectingFileSystem::getRealPath(const Twine &OriginalPath, in getRealPath() function in RedirectingFileSystem
2530 std::error_code EC = ExternalFS->getRealPath(CanonicalPath, Output); in getRealPath()
2542 return ExternalFS->getRealPath(CanonicalPath, Output); in getRealPath()
2549 auto P = ExternalFS->getRealPath(*ExtRedirect, Output); in getRealPath()
[all …]
/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.cpp652 if (!FS->getRealPath(Name, RealPathBuf)) { in getCanonicalName()