Home
last modified time | relevance | path

Searched refs:SectionLoadList (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/lldb/source/Target/
DSectionLoadHistory.cpp35 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()
DSectionLoadList.cpp22 SectionLoadList::SectionLoadList(const SectionLoadList &rhs) in SectionLoadList() function in SectionLoadList
29 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 &section) const { in GetSectionLoadAddress()
63 bool SectionLoadList::SetSectionLoadAddress(const lldb::SectionSP &section, in SetSectionLoadAddress()
135 size_t SectionLoadList::SetSectionUnloaded(const lldb::SectionSP &section_sp) { in SetSectionUnloaded()
172 bool SectionLoadList::SetSectionUnloaded(const lldb::SectionSP &section_sp, in SetSectionUnloaded()
208 bool SectionLoadList::ResolveLoadAddress(addr_t load_addr, Address &so_addr, in ResolveLoadAddress()
249 void SectionLoadList::Dump(Stream &s, Target *target) { in Dump()
DCMakeLists.txt36 SectionLoadList.cpp
DTarget.cpp1738 SectionLoadList &section_load_list = GetSectionLoadList(); in ReadMemory()
1938 SectionLoadList &section_load_list = GetSectionLoadList(); in ReadPointerFromMemory()
/external/llvm-project/lldb/include/lldb/Target/
DSectionLoadList.h22 class SectionLoadList {
25 SectionLoadList() : m_addr_to_sect(), m_sect_to_addr(), m_mutex() {} in SectionLoadList() function
27 SectionLoadList(const SectionLoadList &rhs);
29 ~SectionLoadList() { in ~SectionLoadList()
35 void operator=(const SectionLoadList &rhs);
DSectionLoadHistory.h35 SectionLoadList &GetCurrentSectionLoadList();
70 SectionLoadList *GetSectionLoadListForStopID(uint32_t stop_id,
DTarget.h1024 SectionLoadList &GetSectionLoadList() { in GetSectionLoadList()
/external/llvm-project/lldb/source/Plugins/Architecture/Mips/
DArchitectureMips.cpp85 SectionLoadList &section_load_list = target.GetSectionLoadList(); in GetBreakableLoadAddress()
/external/llvm-project/lldb/include/lldb/
Dlldb-forward.h182 class SectionLoadList; variable
397 typedef std::shared_ptr<lldb_private::SectionLoadList> SectionLoadListSP;
/external/llvm-project/lldb/source/Core/
DValue.cpp347 const SectionLoadList &target_sections = target->GetSectionLoadList(); in GetValueAsData()
/external/llvm-project/lldb/source/Plugins/Process/minidump/
DProcessMinidump.cpp421 SectionLoadList &load_list = GetTarget().GetSectionLoadList(); in BuildMemoryRegions()