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

References

tools/lldb/source/Target/SectionLoadHistory.cpp
   19   return m_stop_id_to_section_load_list.empty();
   24   m_stop_id_to_section_load_list.clear();
   29   if (m_stop_id_to_section_load_list.empty())
   32     return m_stop_id_to_section_load_list.rbegin()->first;
   38   if (!m_stop_id_to_section_load_list.empty()) {
   48             m_stop_id_to_section_load_list.rbegin();
   52             m_stop_id_to_section_load_list.lower_bound(stop_id);
   53         if (pos != m_stop_id_to_section_load_list.end() &&
   56         else if (pos != m_stop_id_to_section_load_list.begin()) {
   70           m_stop_id_to_section_load_list.lower_bound(stop_id);
   71       if (pos != m_stop_id_to_section_load_list.end() &&
   81           m_stop_id_to_section_load_list.rbegin();
   84       m_stop_id_to_section_load_list[stop_id] = section_load_list_sp;
   91   m_stop_id_to_section_load_list[stop_id] = section_load_list_sp;
  158       end = m_stop_id_to_section_load_list.end();
  159   for (pos = m_stop_id_to_section_load_list.begin(); pos != end; ++pos) {