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

References

tools/lldb/source/Target/SectionLoadHistory.cpp
   53         if (pos != m_stop_id_to_section_load_list.end() &&
   54             pos->first == stop_id)
   55           return pos->second.get();
   56         else if (pos != m_stop_id_to_section_load_list.begin()) {
   57           --pos;
   58           return pos->second.get();