Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DVirtualFileSystem.h277 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 DModuleDependencyCollector.cpp178 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 DVirtualFileSystem.cpp135 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 DUtils.h140 bool getRealPath(StringRef SrcPath, SmallVectorImpl<char> &Result);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DFileSystem.cpp216 return m_fs->getRealPath(path, output); in GetRealPath()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DFileManager.cpp520 if (!FS->getRealPath(Dir->getName(), CanonicalNameBuf)) in getCanonicalName()