Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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
1027 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override;
/freebsd-14.2/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()
274 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override;
326 llvm::ErrorOr<std::string> RealFileSystem::getCurrentWorkingDirectory() const { in getCurrentWorkingDirectory() function in RealFileSystem
429 FS->setCurrentWorkingDirectory(getCurrentWorkingDirectory().get()); in pushOverlay()
454 OverlayFileSystem::getCurrentWorkingDirectory() const { in getCurrentWorkingDirectory() function in OverlayFileSystem
456 return FSList.front()->getCurrentWorkingDirectory(); in getCurrentWorkingDirectory()
1156 auto CWD = getCurrentWorkingDirectory(); in getRealPath()
1225 ExternalFS->getCurrentWorkingDirectory()) { in RedirectingFileSystem()
1317 RedirectingFileSystem::getCurrentWorkingDirectory() const { in getCurrentWorkingDirectory() function in RedirectingFileSystem
1356 auto WorkingDir = getCurrentWorkingDirectory(); in makeAbsolute()
H A DCommandLine.cpp1260 if (auto CWD = FS->getCurrentWorkingDirectory()) { in expandResponseFiles()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp371 getUnderlyingFS().getCurrentWorkingDirectory(); in updateWorkingDirForCacheLookup()
H A DModuleDepCollector.cpp331 llvm::ErrorOr<std::string> CWD = VFS.getCurrentWorkingDirectory(); in getModuleContextHash()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp550 if (auto CWD = OverlayFileSystem->getCurrentWorkingDirectory()) { in run()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp426 VFS.getCurrentWorkingDirectory()) { in addDebugCompDirArg()
722 D.getVFS().getCurrentWorkingDirectory()) { in addPGOAndCoverageFlags()
2360 auto CWD = D.getVFS().getCurrentWorkingDirectory(); in DumpCompilationDatabase()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp508 CGM.getFileSystem()->getCurrentWorkingDirectory(); in getCurrentDirname()