Home
last modified time | relevance | path

Searched refs:eStopIDNow (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Target/
H A DSectionLoadHistory.cpp44 if (stop_id == eStopIDNow) { in GetSectionLoadListForStopID()
64 assert(stop_id != eStopIDNow); in GetSectionLoadListForStopID()
89 if (stop_id == eStopIDNow) in GetSectionLoadListForStopID()
99 GetSectionLoadListForStopID(eStopIDNow, read_only); in GetCurrentSectionLoadList()
H A DTarget.cpp2921 SectionLoadHistory::eStopIDNow, section_sp); in SetSectionLoadAddress()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DSectionLoadHistory.h24 eStopIDNow = UINT32_MAX enumerator
H A DTarget.h1157 uint32_t stop_id = SectionLoadHistory::eStopIDNow);