Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A 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()
120 SectionLoadList *section_load_list = in ResolveLoadAddress()
131 SectionLoadList *section_load_list = in SetSectionLoadAddress()
142 SectionLoadList *section_load_list = in SetSectionUnloaded()
152 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 =()
38 bool SectionLoadList::IsEmpty() const { in IsEmpty()
43 void SectionLoadList::Clear() { in Clear()
50 SectionLoadList::GetSectionLoadAddress(const lldb::SectionSP &section) const { in GetSectionLoadAddress()
64 bool SectionLoadList::SetSectionLoadAddress(const lldb::SectionSP &section, in SetSectionLoadAddress()
146 size_t SectionLoadList::SetSectionUnloaded(const lldb::SectionSP &section_sp) { in SetSectionUnloaded()
183 bool SectionLoadList::SetSectionUnloaded(const lldb::SectionSP &section_sp, in SetSectionUnloaded()
219 bool SectionLoadList::ResolveLoadAddress(addr_t load_addr, Address &so_addr, in ResolveLoadAddress()
260 void SectionLoadList::Dump(Stream &s, Target *target) { in Dump()
H A DTarget.cpp2010 SectionLoadList &section_load_list = GetSectionLoadList(); in ReadMemory()
2307 SectionLoadList &section_load_list = GetSectionLoadList(); in ReadPointerFromMemory()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DSectionLoadList.h22 class SectionLoadList {
25 SectionLoadList() = default;
27 SectionLoadList(const SectionLoadList &rhs);
29 ~SectionLoadList() { in ~SectionLoadList()
35 void operator=(const SectionLoadList &rhs);
H A DSectionLoadHistory.h35 SectionLoadList &GetCurrentSectionLoadList();
70 SectionLoadList *GetSectionLoadListForStopID(uint32_t stop_id,
H A DTarget.h1706 SectionLoadList &GetSectionLoadList() { in GetSectionLoadList()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h201 class SectionLoadList; variable
424 typedef std::shared_ptr<lldb_private::SectionLoadList> SectionLoadListSP;
/freebsd/lib/clang/liblldb/
H A DMakefile675 SRCS+= Target/SectionLoadList.cpp