Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h1168 uint32_t stop_id = SectionLoadHistory::eStopIDNow);
1511 SectionLoadHistory m_section_load_history;
/openbsd-src/gnu/llvm/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()
124 bool SectionLoadHistory::SetSectionLoadAddress( in SetSectionLoadAddress()
136 SectionLoadHistory::SetSectionUnloaded(uint32_t stop_id, in SetSectionUnloaded()
145 bool SectionLoadHistory::SetSectionUnloaded(uint32_t stop_id, in SetSectionUnloaded()
[all …]
H A DCMakeLists.txt37 SectionLoadHistory.cpp
H A DTarget.cpp3017 SectionLoadHistory::eStopIDNow, section_sp); in SetSectionLoadAddress()
/openbsd-src/gnu/usr.bin/clang/liblldbTarget/
H A DMakefile36 SectionLoadHistory.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Target/
H A DBUILD.gn60 "SectionLoadHistory.cpp",
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h191 class SectionLoadHistory; variable
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt3820 lldb/include/lldb/Target/SectionLoadHistory.h
4638 lldb/source/Target/SectionLoadHistory.cpp