Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h294 virtual llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const = 0;
397 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override;
455 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override { in getCurrentWorkingDirectory() function
456 return FS->getCurrentWorkingDirectory(); in getCurrentWorkingDirectory()
621 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override { in getCurrentWorkingDirectory() function
1059 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override;
/src/contrib/llvm-project/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.cpp132 auto WorkingDir = getCurrentWorkingDirectory(); in makeAbsolute()
284 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override;
336 llvm::ErrorOr<std::string> RealFileSystem::getCurrentWorkingDirectory() const { in getCurrentWorkingDirectory() function in RealFileSystem
438 FS->setCurrentWorkingDirectory(getCurrentWorkingDirectory().get()); in pushOverlay()
472 OverlayFileSystem::getCurrentWorkingDirectory() const { in getCurrentWorkingDirectory() function in OverlayFileSystem
474 return FSList.front()->getCurrentWorkingDirectory(); in getCurrentWorkingDirectory()
1180 auto CWD = getCurrentWorkingDirectory(); in getRealPath()
1249 ExternalFS->getCurrentWorkingDirectory()) { in RedirectingFileSystem()
1341 RedirectingFileSystem::getCurrentWorkingDirectory() const { in getCurrentWorkingDirectory() function in RedirectingFileSystem
1380 auto WorkingDir = getCurrentWorkingDirectory(); in makeAbsolute()
H A DCommandLine.cpp1260 if (auto CWD = FS->getCurrentWorkingDirectory()) { in expandResponseFiles()
/src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp431 getUnderlyingFS().getCurrentWorkingDirectory(); in updateWorkingDirForCacheLookup()
H A DModuleDepCollector.cpp400 llvm::ErrorOr<std::string> CWD = VFS.getCurrentWorkingDirectory(); in getModuleContextHash()
/src/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp550 if (auto CWD = OverlayFileSystem->getCurrentWorkingDirectory()) { in run()
/src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp431 VFS.getCurrentWorkingDirectory()) { in addDebugCompDirArg()
731 D.getVFS().getCurrentWorkingDirectory()) { in addPGOAndCoverageFlags()
2440 auto CWD = D.getVFS().getCurrentWorkingDirectory(); in DumpCompilationDatabase()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp518 CGM.getFileSystem()->getCurrentWorkingDirectory(); in getCurrentDirname()