Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DVirtualFileSystem.h294 virtual llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const = 0;
383 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override;
438 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override { in getCurrentWorkingDirectory() function
439 return FS->getCurrentWorkingDirectory(); in getCurrentWorkingDirectory()
594 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override { in getCurrentWorkingDirectory() function
1019 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override;
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DFileCollector.cpp298 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override { in getCurrentWorkingDirectory() function in llvm::FileCollectorFileSystem
299 return FS->getCurrentWorkingDirectory(); in getCurrentWorkingDirectory()
H A DVirtualFileSystem.cpp131 auto WorkingDir = getCurrentWorkingDirectory(); in makeAbsolute()
273 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override;
325 llvm::ErrorOr<std::string> RealFileSystem::getCurrentWorkingDirectory() const { in getCurrentWorkingDirectory() function in RealFileSystem
426 FS->setCurrentWorkingDirectory(getCurrentWorkingDirectory().get()); in pushOverlay()
451 OverlayFileSystem::getCurrentWorkingDirectory() const { in getCurrentWorkingDirectory() function in OverlayFileSystem
453 return FSList.front()->getCurrentWorkingDirectory(); in getCurrentWorkingDirectory()
1154 auto CWD = getCurrentWorkingDirectory(); in getRealPath()
1223 ExternalFS->getCurrentWorkingDirectory()) { in RedirectingFileSystem()
1315 RedirectingFileSystem::getCurrentWorkingDirectory() const { in getCurrentWorkingDirectory() function in RedirectingFileSystem
1354 auto WorkingDir = getCurrentWorkingDirectory(); in makeAbsolute()
H A DCommandLine.cpp1279 if (auto CWD = FS->getCurrentWorkingDirectory()) { in expandResponseFiles()
/openbsd-src/gnu/llvm/clang/lib/Tooling/
H A DTooling.cpp520 if (auto CWD = OverlayFileSystem->getCurrentWorkingDirectory()) { in run()
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DClang.cpp553 VFS.getCurrentWorkingDirectory()) { in addDebugCompDirArg()
840 D.getVFS().getCurrentWorkingDirectory()) { in addPGOAndCoverageFlags()
2343 auto CWD = D.getVFS().getCurrentWorkingDirectory(); in DumpCompilationDatabase()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp509 CGM.getFileSystem()->getCurrentWorkingDirectory(); in getCurrentDirname()