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

Declarations

tools/lldb/include/lldb/Target/PathMappingList.h
   81   bool RemapPath(llvm::StringRef path, std::string &new_path) const;

References

tools/lldb/source/Core/Module.cpp
 1597   return m_source_mappings.RemapPath(path, new_path);
tools/lldb/source/Target/PathMappingList.cpp
  150   if (RemapPath(path.GetStringRef(), remapped)) {