reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Support/FileSystem.h
  380 std::error_code current_path(SmallVectorImpl<char> &result);

References

lib/Support/CommandLine.cpp
 1082               llvm::sys::fs::current_path(curr_dir);
lib/Support/Path.cpp
  908   if (std::error_code ec = current_path(current_dir))
lib/Support/VirtualFileSystem.cpp
  246       if (llvm::sys::fs::current_path(PWD))
  312   if (std::error_code EC = llvm::sys::fs::current_path(Dir))
lib/Transforms/Instrumentation/GCOVProfiling.cpp
  556   if (sys::fs::current_path(CurPath)) return FName;
tools/clang/lib/CodeGen/CGDebugInfo.cpp
  514   llvm::sys::fs::current_path(CWD);
tools/clang/lib/Driver/Driver.cpp
  834           llvm::sys::fs::current_path(CfgFilePath);
 4525     llvm::sys::fs::current_path(Result);
tools/clang/lib/Driver/Job.cpp
  185     std::error_code EC = fs::current_path(OutInc);
tools/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
  445     llvm::sys::fs::current_path(DirName);
tools/clang/tools/driver/cc1as_main.cpp
  409     if (!sys::fs::current_path(CWD))
tools/clang/tools/extra/clang-doc/Representation.cpp
  288     llvm::sys::fs::current_path(SourceRootDir);
tools/clang/tools/extra/clang-move/tool/ClangMove.cpp
  122   if (std::error_code EC = llvm::sys::fs::current_path(InitialDirectory))
tools/clang/tools/extra/clangd/tool/ClangdMain.cpp
  536     if (auto Err = llvm::sys::fs::current_path(CWD))
tools/clang/tools/extra/modularize/CoverageChecker.cpp
  278     sys::fs::current_path(PathBuf);
  302     sys::fs::current_path(PathBuf);
tools/clang/tools/extra/modularize/Modularize.cpp
  866   sys::fs::current_path(PathBuf);
tools/clang/tools/extra/modularize/ModularizeUtilities.cpp
  140   llvm::sys::fs::current_path(CurrentDirectory);
  213   llvm::sys::fs::current_path(CurrentDirectory);
tools/clang/tools/extra/modularize/ModuleAssistant.cpp
  225   llvm::sys::fs::current_path(CurrentDirectory);
tools/clang/unittests/Frontend/CompilerInstanceTest.cpp
   30   sys::fs::current_path(CurrentPath);
tools/lld/COFF/PDB.cpp
 1435     sys::fs::current_path(cwd);
tools/lldb/include/lldb/Utility/Reproducer.h
  143     if (std::error_code EC = llvm::sys::fs::current_path(cwd))
tools/lldb/source/Commands/CommandCompletions.cpp
  168     llvm::sys::fs::current_path(Storage);
tools/lldb/source/Host/common/ProcessLaunchInfo.cpp
  285             if (! llvm::sys::fs::current_path(cwd))
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
  341   if (std::error_code ec = llvm::sys::fs::current_path(cwd))
tools/lldb/source/Target/Platform.cpp
  526     if (llvm::sys::fs::current_path(cwd))
tools/lldb/source/Target/TargetList.cpp
  365       if (! llvm::sys::fs::current_path(cwd)) {
tools/lldb/tools/lldb-server/lldb-gdbserver.cpp
  182   if (std::error_code ec = llvm::sys::fs::current_path(cwd)) {
tools/lldb/unittests/Interpreter/TestCompletion.cpp
   98     ASSERT_NO_ERROR(fs::current_path(OriginalWorkingDir));
tools/llvm-mc/llvm-mc.cpp
  397     if (!sys::fs::current_path(CWD))
tools/llvm-rc/ResourceFileWriter.cpp
 1516   sys::fs::current_path(Cwd);
unittests/Support/CommandLineTest.cpp
 1030   EC = llvm::sys::fs::current_path(CurrDir);
unittests/Support/Path.cpp
 1643   ASSERT_NO_ERROR(fs::current_path(path));
 1654   ASSERT_NO_ERROR(fs::current_path(path));