Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h277 virtual std::error_code getRealPath(const Twine &Path,
342 std::error_code getRealPath(const Twine &Path,
391 std::error_code getRealPath(const Twine &Path, in getRealPath() function
393 return FS->getRealPath(Path, Output); in getRealPath()
492 std::error_code getRealPath(const Twine &Path,
834 std::error_code getRealPath(const Twine &Path,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp281 std::error_code getRealPath(const Twine &Path, in getRealPath() function in llvm::FileCollectorFileSystem
283 auto EC = FS->getRealPath(Path, Output); in getRealPath()
H A DVirtualFileSystem.cpp136 std::error_code FileSystem::getRealPath(const Twine &Path, in getRealPath() function in FileSystem
262 std::error_code getRealPath(const Twine &Path,
340 RealFileSystem::getRealPath(const Twine &Path, in getRealPath() function in RealFileSystem
443 OverlayFileSystem::getRealPath(const Twine &Path, in getRealPath() function in OverlayFileSystem
447 return FS->getRealPath(Path, Output); in getRealPath()
988 InMemoryFileSystem::getRealPath(const Twine &Path, in getRealPath() function in llvm::vfs::InMemoryFileSystem
2045 RedirectingFileSystem::getRealPath(const Twine &Path_, in getRealPath() function in RedirectingFileSystem
2056 return ExternalFS->getRealPath(Path, Output); in getRealPath()
2063 auto P = ExternalFS->getRealPath(*ExtRedirect, Output); in getRealPath()
2065 return ExternalFS->getRealPath(Path, Output); in getRealPath()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp613 if (!FS->getRealPath(Dir->getName(), CanonicalNameBuf)) in getCanonicalName()
629 if (!FS->getRealPath(File->getName(), CanonicalNameBuf)) in getCanonicalName()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp252 return m_fs->getRealPath(path, output); in GetRealPath()