Home
last modified time | relevance | path

Searched refs:SectionLoadHistory (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DSectionLoadHistory.cpp18 bool SectionLoadHistory::IsEmpty() const { in IsEmpty()
23 void SectionLoadHistory::Clear() { in Clear()
28 uint32_t SectionLoadHistory::GetLastStopID() const { in GetLastStopID()
37 SectionLoadHistory::GetSectionLoadListForStopID(uint32_t stop_id, in GetSectionLoadListForStopID()
96 SectionLoadList &SectionLoadHistory::GetCurrentSectionLoadList() { in GetCurrentSectionLoadList()
106 SectionLoadHistory::GetSectionLoadAddress(uint32_t stop_id, in GetSectionLoadAddress()
115 bool SectionLoadHistory::ResolveLoadAddress(uint32_t stop_id, addr_t load_addr, in ResolveLoadAddress()
125 bool SectionLoadHistory::SetSectionLoadAddress( in SetSectionLoadAddress()
137 SectionLoadHistory::SetSectionUnloaded(uint32_t stop_id, in SetSectionUnloaded()
146 bool SectionLoadHistory::SetSectionUnloaded(uint32_t stop_id, in SetSectionUnloaded()
[all …]
H A DTarget.cpp2729 SectionLoadHistory::eStopIDNow, section_sp); in SetSectionLoadAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DSectionLoadHistory.h20 class SectionLoadHistory {
30 SectionLoadHistory() : m_stop_id_to_section_load_list(), m_mutex() {} in SectionLoadHistory() function
32 ~SectionLoadHistory() { in ~SectionLoadHistory()
81 DISALLOW_COPY_AND_ASSIGN(SectionLoadHistory);
H A DTarget.h1085 uint32_t stop_id = SectionLoadHistory::eStopIDNow);
1278 SectionLoadHistory m_section_load_history;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h204 class SectionLoadHistory; variable
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile543 SRCS+= Target/SectionLoadHistory.cpp