Searched refs:getRealPath (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | VirtualFileSystem.h | 299 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 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 | 139 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 D | FileManager.cpp | 644 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 D | FileSystem.cpp | 233 return m_fs->getRealPath(path, output); in GetRealPath()
|