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

Declarations

tools/lldb/include/lldb/Utility/FileSpec.h
  398   FileSpec CopyByAppendingPathComponent(llvm::StringRef component) const;

References

tools/lldb/include/lldb/Utility/Reproducer.h
   94             directory.CopyByAppendingPathComponent("root").GetPath(),
  102     auto mapping = GetRoot().CopyByAppendingPathComponent(Info::file);
  302     return GetRoot().CopyByAppendingPathComponent(T::file);
tools/lldb/source/API/SBReproducerPrivate.h
   42         m_stream(directory.CopyByAppendingPathComponent("sbapi.bin").GetPath(),
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 1895   auto fspec = GetFileSpec().CopyByAppendingPathComponent(
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 5113             exec_dir.CopyByAppendingPathComponent(at_exec_relative_path);
tools/lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
  194     source_spec = GetRemoteWorkingDirectory().CopyByAppendingPathComponent(
  237     destination_spec = GetRemoteWorkingDirectory().CopyByAppendingPathComponent(
tools/lldb/source/Utility/Reproducer.cpp
  208   FileSpec index = m_root.CopyByAppendingPathComponent("index.yaml");
  249       DataRecorder::Create(GetRoot().CopyByAppendingPathComponent(filename));
  266   FileSpec file = GetRoot().CopyByAppendingPathComponent(Info::file);
  278   FileSpec file = GetRoot().CopyByAppendingPathComponent(Info::file);
  287   FileSpec file = GetRoot().CopyByAppendingPathComponent(Info::file);
  296   FileSpec history_file = GetRoot().CopyByAppendingPathComponent(Info::file);
  325         loader->GetRoot().CopyByAppendingPathComponent(file);
tools/lldb/unittests/Utility/FileSpecTest.cpp
  110                     .CopyByAppendingPathComponent("bar");