Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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,
1016 std::error_code getRealPath(const Twine &Path,
/openbsd-src/gnu/llvm/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.cpp139 std::error_code FileSystem::getRealPath(const Twine &Path, in getRealPath() function in FileSystem
276 std::error_code getRealPath(const Twine &Path,
358 RealFileSystem::getRealPath(const Twine &Path, in getRealPath() function in RealFileSystem
472 OverlayFileSystem::getRealPath(const Twine &Path, in getRealPath() function in OverlayFileSystem
476 return FS->getRealPath(Path, Output); in getRealPath()
1152 InMemoryFileSystem::getRealPath(const Twine &Path, in getRealPath() function in llvm::vfs::InMemoryFileSystem
2503 RedirectingFileSystem::getRealPath(const Twine &OriginalPath, in getRealPath() function in RedirectingFileSystem
2514 std::error_code EC = ExternalFS->getRealPath(CanonicalPath, Output); in getRealPath()
2526 return ExternalFS->getRealPath(CanonicalPath, Output); in getRealPath()
2533 auto P = ExternalFS->getRealPath(*ExtRedirect, Output); in getRealPath()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DFileManager.cpp644 if (!FS->getRealPath(Dir->getName(), CanonicalNameBuf)) in getCanonicalName()
660 if (!FS->getRealPath(File->getName(), CanonicalNameBuf)) in getCanonicalName()
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DFileSystem.cpp233 return m_fs->getRealPath(path, output); in GetRealPath()