Searched refs:getRealPath (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | VirtualFileSystem.h | 277 virtual std::error_code getRealPath(const Twine &Path, 334 std::error_code getRealPath(const Twine &Path, 374 std::error_code getRealPath(const Twine &Path, in getRealPath() function 376 return FS->getRealPath(Path, Output); in getRealPath() 474 std::error_code getRealPath(const Twine &Path, 702 std::error_code getRealPath(const Twine &Path,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | ModuleDependencyCollector.cpp | 178 bool ModuleDependencyCollector::getRealPath(StringRef SrcPath, in getRealPath() function in ModuleDependencyCollector 222 if (!getRealPath(AbsoluteSrc, CopyFrom)) in copyToRoot()
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 135 std::error_code FileSystem::getRealPath(const Twine &Path, in getRealPath() function in FileSystem 242 std::error_code getRealPath(const Twine &Path, 302 RealFileSystem::getRealPath(const Twine &Path, in getRealPath() function in RealFileSystem 398 OverlayFileSystem::getRealPath(const Twine &Path, in getRealPath() function in OverlayFileSystem 402 return FS->getRealPath(Path, Output); in getRealPath() 923 InMemoryFileSystem::getRealPath(const Twine &Path, in getRealPath() function in llvm::vfs::InMemoryFileSystem 1725 RedirectingFileSystem::getRealPath(const Twine &Path, in getRealPath() function in RedirectingFileSystem 1731 return ExternalFS->getRealPath(Path, Output); in getRealPath() 1738 return ExternalFS->getRealPath(F->getExternalContentsPath(), Output); in getRealPath() 1742 return IsFallthrough ? ExternalFS->getRealPath(Path, Output) in getRealPath()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/ |
| H A D | Utils.h | 140 bool getRealPath(StringRef SrcPath, SmallVectorImpl<char> &Result);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | FileSystem.cpp | 216 return m_fs->getRealPath(path, output); in GetRealPath()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/ |
| H A D | FileManager.cpp | 520 if (!FS->getRealPath(Dir->getName(), CanonicalNameBuf)) in getCanonicalName()
|