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

Declarations

tools/lldb/include/lldb/Target/Target.h
  120   PathMappingList &GetSourcePathMap() const;

References

tools/lldb/source/Core/SourceManager.cpp
   82           target_sp->GetSourcePathMap().GetModificationID())
  385       m_source_map_mod_id = target->GetSourcePathMap().GetModificationID();
  430         if (target->GetSourcePathMap().FindFile(m_file_spec, new_file_spec) ||
tools/lldb/source/Symbol/LineEntry.cpp
  258     if (target_sp->GetSourcePathMap().FindFile(original_file, new_file_spec))
tools/lldb/source/Target/Target.cpp
  329   if (!GetSourcePathMap().ReverseRemapPath(file, remapped_file))