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

Declarations

tools/lldb/include/lldb/Utility/FileSpec.h
  401   void PrependPathComponent(llvm::StringRef component);

References

tools/lldb/source/Target/Platform.cpp
  232       resolved_spec.GetFileSpec().PrependPathComponent(
tools/lldb/source/Utility/FileSpec.cpp
  455   return PrependPathComponent(new_path.GetPath(false));
tools/lldb/unittests/Utility/FileSpecTest.cpp
  118   fs_posix.PrependPathComponent("/bar");
  122   fs_posix_2.PrependPathComponent("/baz");
  126   fs_windows.PrependPathComponent("F:\\bar");
  130   fs_posix_root.PrependPathComponent("/");
  134   fs_windows_root.PrependPathComponent("F:\\");