Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DSectionLoadHistory.cpp36 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()
H A DSectionLoadList.cpp23 SectionLoadList::SectionLoadList(const SectionLoadList &rhs) in SectionLoadList() function in SectionLoadList
30 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()
134 size_t SectionLoadList::SetSectionUnloaded(const lldb::SectionSP &section_sp) { in SetSectionUnloaded()
171 bool SectionLoadList::SetSectionUnloaded(const lldb::SectionSP &section_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()
H A DTarget.cpp1761 SectionLoadList &section_load_list = GetSectionLoadList(); in ReadMemory()
1961 SectionLoadList &section_load_list = GetSectionLoadList(); in ReadPointerFromMemory()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DSectionLoadList.h23 class SectionLoadList {
28 SectionLoadList() : m_addr_to_sect(), m_sect_to_addr(), m_mutex() {} in SectionLoadList() function
30 SectionLoadList(const SectionLoadList &rhs);
32 ~SectionLoadList() { in ~SectionLoadList()
38 void operator=(const SectionLoadList &rhs);
H A DSectionLoadHistory.h38 SectionLoadList &GetCurrentSectionLoadList();
73 SectionLoadList *GetSectionLoadListForStopID(uint32_t stop_id,
H A DTarget.h1011 SectionLoadList &GetSectionLoadList() { in GetSectionLoadList()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp84 SectionLoadList &section_load_list = target.GetSectionLoadList(); in GetBreakableLoadAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h205 class SectionLoadList; variable
427 typedef std::shared_ptr<lldb_private::SectionLoadList> SectionLoadListSP;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValue.cpp372 const SectionLoadList &target_sections = target->GetSectionLoadList(); in GetValueAsData()
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile544 SRCS+= Target/SectionLoadList.cpp