Home
last modified time | relevance | path

Searched refs:GetLastStopID (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/include/lldb/Target/
DSectionLoadHistory.h41 uint32_t GetLastStopID() const;
/external/llvm-project/lldb/source/Target/
DSectionLoadHistory.cpp27 uint32_t SectionLoadHistory::GetLastStopID() const { in GetLastStopID() function in SectionLoadHistory
DTarget.cpp2841 stop_id = m_section_load_history.GetLastStopID(); in SetSectionLoadAddress()
2865 stop_id = m_section_load_history.GetLastStopID(); in UnloadModuleSections()
2884 stop_id = m_section_load_history.GetLastStopID(); in SetSectionUnloaded()
2895 stop_id = m_section_load_history.GetLastStopID(); in SetSectionUnloaded()