Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DVirtualFileSystem.h272 virtual llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const = 0;
339 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override;
385 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override { in getCurrentWorkingDirectory() function
386 return FS->getCurrentWorkingDirectory(); in getCurrentWorkingDirectory()
483 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override { in getCurrentWorkingDirectory() function
837 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DFileCollector.cpp296 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override { in getCurrentWorkingDirectory() function in llvm::FileCollectorFileSystem
297 return FS->getCurrentWorkingDirectory(); in getCurrentWorkingDirectory()
H A DVirtualFileSystem.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()
990 auto CWD = getCurrentWorkingDirectory(); in getRealPath()
1044 ExternalFS->getCurrentWorkingDirectory()) { in RedirectingFileSystem()
1134 RedirectingFileSystem::getCurrentWorkingDirectory() const { in getCurrentWorkingDirectory() function in RedirectingFileSystem
1168 auto WorkingDir = getCurrentWorkingDirectory(); in makeAbsolute()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DTooling.cpp486 if (auto CWD = OverlayFileSystem->getCurrentWorkingDirectory()) { in run()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp643 VFS.getCurrentWorkingDirectory()) { in addDebugCompDirArg()
889 D.getVFS().getCurrentWorkingDirectory()) { in addPGOAndCoverageFlags()
2293 auto CWD = D.getVFS().getCurrentWorkingDirectory(); in DumpCompilationDatabase()