Home
last modified time | relevance | path

Searched refs:m_vtables_up (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTrampolineHandler.cpp693 m_vtables_up = in AppleObjCTrampolineHandler()
695 if (m_vtables_up) in AppleObjCTrampolineHandler()
696 m_vtables_up->ReadRegions(); in AppleObjCTrampolineHandler()
838 if (!this_dispatch && m_vtables_up) { in GetStepThroughDispatchPlan()
840 if (m_vtables_up->IsAddressInVTables(curr_pc, flags)) { in GetStepThroughDispatchPlan()
DAppleObjCTrampolineHandler.h164 std::unique_ptr<AppleObjCVTables> m_vtables_up; variable