Searched refs:SectionLoadList (Results 1 – 13 of 13) sorted by relevance
35 SectionLoadList *83 new SectionLoadList(*rpos->second)); in GetSectionLoadListForStopID()88 SectionLoadListSP section_load_list_sp(new SectionLoadList()); in GetSectionLoadListForStopID()95 SectionLoadList &SectionLoadHistory::GetCurrentSectionLoadList() { in GetCurrentSectionLoadList()98 SectionLoadList *section_load_list = in GetCurrentSectionLoadList()109 SectionLoadList *section_load_list = in GetSectionLoadAddress()119 SectionLoadList *section_load_list = in ResolveLoadAddress()129 SectionLoadList *section_load_list = in SetSectionLoadAddress()140 SectionLoadList *section_load_list = in SetSectionUnloaded()150 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 =()38 bool SectionLoadList::IsEmpty() const { in IsEmpty()43 void SectionLoadList::Clear() { in Clear()50 SectionLoadList::GetSectionLoadAddress(const lldb::SectionSP §ion) const { in GetSectionLoadAddress()64 bool SectionLoadList::SetSectionLoadAddress(const lldb::SectionSP §ion, in SetSectionLoadAddress()136 size_t SectionLoadList::SetSectionUnloaded(const lldb::SectionSP §ion_sp) { in SetSectionUnloaded()173 bool SectionLoadList::SetSectionUnloaded(const lldb::SectionSP §ion_sp, in SetSectionUnloaded()209 bool SectionLoadList::ResolveLoadAddress(addr_t load_addr, Address &so_addr, in ResolveLoadAddress()250 void SectionLoadList::Dump(Stream &s, Target *target) { in Dump()
38 SectionLoadList.cpp
1757 SectionLoadList §ion_load_list = GetSectionLoadList(); in ReadMemory()2043 SectionLoadList §ion_load_list = GetSectionLoadList(); in ReadPointerFromMemory()
22 class SectionLoadList {25 SectionLoadList() = default;27 SectionLoadList(const SectionLoadList &rhs);29 ~SectionLoadList() { in ~SectionLoadList()35 void operator=(const SectionLoadList &rhs);
35 SectionLoadList &GetCurrentSectionLoadList();70 SectionLoadList *GetSectionLoadListForStopID(uint32_t stop_id,
1091 SectionLoadList &GetSectionLoadList() { in GetSectionLoadList()
61 "SectionLoadList.cpp",
79 SectionLoadList §ion_load_list = target.GetSectionLoadList(); in GetBreakableLoadAddress()
190 class SectionLoadList; variable384 typedef std::shared_ptr<lldb_private::SectionLoadList> SectionLoadListSP;
349 const SectionLoadList &target_sections = target->GetSectionLoadList(); in GetValueAsData()
415 SectionLoadList &load_list = GetTarget().GetSectionLoadList(); in BuildMemoryRegions()
4642 lldb/source/Target/SectionLoadList.cpp