Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadHistory.cpp17 bool SectionLoadHistory::IsEmpty() const { in IsEmpty()
22 void SectionLoadHistory::Clear() { in Clear()
27 uint32_t SectionLoadHistory::GetLastStopID() const { in GetLastStopID()
36 SectionLoadHistory::GetSectionLoadListForStopID(uint32_t stop_id, in GetSectionLoadListForStopID()
95 SectionLoadList &SectionLoadHistory::GetCurrentSectionLoadList() { in GetCurrentSectionLoadList()
105 SectionLoadHistory::GetSectionLoadAddress(uint32_t stop_id, in GetSectionLoadAddress()
114 bool SectionLoadHistory::ResolveLoadAddress(uint32_t stop_id, addr_t load_addr, in ResolveLoadAddress()
126 bool SectionLoadHistory::SetSectionLoadAddress( in SetSectionLoadAddress()
138 SectionLoadHistory::SetSectionUnloaded(uint32_t stop_id, in SetSectionUnloaded()
147 bool SectionLoadHistory::SetSectionUnloaded(uint32_t stop_id, in SetSectionUnloaded()
[all …]
H A DTarget.cpp3259 SectionLoadHistory::eStopIDNow, section_sp); in SetSectionLoadAddress()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DSectionLoadHistory.h19 class SectionLoadHistory {
27 SectionLoadHistory() = default;
29 ~SectionLoadHistory() { in ~SectionLoadHistory()
78 SectionLoadHistory(const SectionLoadHistory &) = delete;
79 const SectionLoadHistory &operator=(const SectionLoadHistory &) = delete;
H A DTarget.h1246 uint32_t stop_id = SectionLoadHistory::eStopIDNow,
1611 SectionLoadHistory m_section_load_history;
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h200 class SectionLoadHistory; variable
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp1038 SectionLoadHistory::eStopIDNow, in SetLoadAddress()
/freebsd/lib/clang/liblldb/
H A DMakefile674 SRCS+= Target/SectionLoadHistory.cpp