Searched refs:SectionLoadList (Results 1 – 10 of 10) sorted by relevance
36 SectionLoadList *84 new SectionLoadList(*rpos->second.get())); in GetSectionLoadListForStopID()89 SectionLoadListSP section_load_list_sp(new SectionLoadList()); in GetSectionLoadListForStopID()96 SectionLoadList &SectionLoadHistory::GetCurrentSectionLoadList() { in GetCurrentSectionLoadList()99 SectionLoadList *section_load_list = in GetCurrentSectionLoadList()110 SectionLoadList *section_load_list = in GetSectionLoadAddress()120 SectionLoadList *section_load_list = in ResolveLoadAddress()130 SectionLoadList *section_load_list = in SetSectionLoadAddress()141 SectionLoadList *section_load_list = in SetSectionUnloaded()151 SectionLoadList *section_load_list = in SetSectionUnloaded()
23 SectionLoadList::SectionLoadList(const SectionLoadList &rhs) in SectionLoadList() function in SectionLoadList30 void SectionLoadList::operator=(const SectionLoadList &rhs) { in operator =()37 bool SectionLoadList::IsEmpty() const { in IsEmpty()42 void SectionLoadList::Clear() { in Clear()49 SectionLoadList::GetSectionLoadAddress(const lldb::SectionSP §ion) const { in GetSectionLoadAddress()63 bool SectionLoadList::SetSectionLoadAddress(const lldb::SectionSP §ion, in SetSectionLoadAddress()134 size_t SectionLoadList::SetSectionUnloaded(const lldb::SectionSP §ion_sp) { in SetSectionUnloaded()171 bool SectionLoadList::SetSectionUnloaded(const lldb::SectionSP §ion_sp, in SetSectionUnloaded()206 bool SectionLoadList::ResolveLoadAddress(addr_t load_addr, Address &so_addr, in ResolveLoadAddress()247 void SectionLoadList::Dump(Stream &s, Target *target) { in Dump()
1761 SectionLoadList §ion_load_list = GetSectionLoadList(); in ReadMemory()1961 SectionLoadList §ion_load_list = GetSectionLoadList(); in ReadPointerFromMemory()
23 class SectionLoadList {28 SectionLoadList() : m_addr_to_sect(), m_sect_to_addr(), m_mutex() {} in SectionLoadList() function30 SectionLoadList(const SectionLoadList &rhs);32 ~SectionLoadList() { in ~SectionLoadList()38 void operator=(const SectionLoadList &rhs);
38 SectionLoadList &GetCurrentSectionLoadList();73 SectionLoadList *GetSectionLoadListForStopID(uint32_t stop_id,
1011 SectionLoadList &GetSectionLoadList() { in GetSectionLoadList()
84 SectionLoadList §ion_load_list = target.GetSectionLoadList(); in GetBreakableLoadAddress()
205 class SectionLoadList; variable427 typedef std::shared_ptr<lldb_private::SectionLoadList> SectionLoadListSP;
372 const SectionLoadList &target_sections = target->GetSectionLoadList(); in GetValueAsData()
544 SRCS+= Target/SectionLoadList.cpp