Searched defs:getCurrentWorkingDirectory (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ | ||
H A D | FileCollector.cpp | 298 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override { in getCurrentWorkingDirectory() function in llvm::FileCollectorFileSystem |
H A D | VirtualFileSystem.cpp | 326 llvm::ErrorOr<std::string> RealFileSystem::getCurrentWorkingDirectory() const { getCurrentWorkingDirectory() function in RealFileSystem |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ | ||
H A D | VirtualFileSystem.h | 438 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override { getCurrentWorkingDirectory() function |