Lines Matching defs:stop_id
36 SectionLoadHistory::GetSectionLoadListForStopID(uint32_t stop_id,
44 if (stop_id == eStopIDNow) {
52 m_stop_id_to_section_load_list.lower_bound(stop_id);
54 pos->first == stop_id)
64 assert(stop_id != eStopIDNow);
70 m_stop_id_to_section_load_list.lower_bound(stop_id);
72 pos->first == stop_id) {
84 m_stop_id_to_section_load_list[stop_id] = section_load_list_sp;
89 if (stop_id == eStopIDNow)
90 stop_id = 0;
91 m_stop_id_to_section_load_list[stop_id] = section_load_list_sp;
105 SectionLoadHistory::GetSectionLoadAddress(uint32_t stop_id,
110 GetSectionLoadListForStopID(stop_id, read_only);
114 bool SectionLoadHistory::ResolveLoadAddress(uint32_t stop_id, addr_t load_addr,
121 GetSectionLoadListForStopID(stop_id, read_only);
127 uint32_t stop_id, const lldb::SectionSP §ion_sp, addr_t load_addr,
132 GetSectionLoadListForStopID(stop_id, read_only);
138 SectionLoadHistory::SetSectionUnloaded(uint32_t stop_id,
143 GetSectionLoadListForStopID(stop_id, read_only);
147 bool SectionLoadHistory::SetSectionUnloaded(uint32_t stop_id,
153 GetSectionLoadListForStopID(stop_id, read_only);