Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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.cpp3131 SectionLoadHistory::eStopIDNow, section_sp); in SetSectionLoadAddress()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DSectionLoadHistory.h24 eStopIDNow = UINT32_MAX enumerator
H A DTarget.h1192 uint32_t stop_id = SectionLoadHistory::eStopIDNow);