Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDVirtualFileSystem.h271 virtual llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const = 0;
338 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override;
384 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override { in getCurrentWorkingDirectory() function
385 return FS->getCurrentWorkingDirectory(); in getCurrentWorkingDirectory()
481 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override { in getCurrentWorkingDirectory() function
746 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDFileCollector.cpp249 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override { in getCurrentWorkingDirectory() function in __anone219adfa0111::FileCollectorFileSystem
250 return FS->getCurrentWorkingDirectory(); in getCurrentWorkingDirectory()
HDVirtualFileSystem.cpp128 auto WorkingDir = getCurrentWorkingDirectory(); in makeAbsolute()
259 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override;
307 llvm::ErrorOr<std::string> RealFileSystem::getCurrentWorkingDirectory() const { in getCurrentWorkingDirectory() function in RealFileSystem
397 FS->setCurrentWorkingDirectory(getCurrentWorkingDirectory().get()); in pushOverlay()
422 OverlayFileSystem::getCurrentWorkingDirectory() const { in getCurrentWorkingDirectory() function in OverlayFileSystem
424 return FSList.front()->getCurrentWorkingDirectory(); in getCurrentWorkingDirectory()
970 auto CWD = getCurrentWorkingDirectory(); in getRealPath()
996 ExternalFS->getCurrentWorkingDirectory()) { in RedirectingFileSystem()
1047 RedirectingFileSystem::getCurrentWorkingDirectory() const { in getCurrentWorkingDirectory() function in RedirectingFileSystem
1081 auto WorkingDir = getCurrentWorkingDirectory(); in makeAbsolute()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
HDDependencyScanningWorker.cpp55 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override { in getCurrentWorkingDirectory() function in __anon600609e50111::ProxyFileSystemWithoutChdir
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
HDTooling.cpp482 if (auto CWD = OverlayFileSystem->getCurrentWorkingDirectory()) { in run()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDClang.cpp625 VFS.getCurrentWorkingDirectory()) { in addDebugCompDirArg()
2192 auto CWD = D.getVFS().getCurrentWorkingDirectory(); in DumpCompilationDatabase()