Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp692 m_vtables_up = in AppleObjCTrampolineHandler()
694 if (m_vtables_up) in AppleObjCTrampolineHandler()
695 m_vtables_up->ReadRegions(); in AppleObjCTrampolineHandler()
837 if (!this_dispatch && m_vtables_up) { in GetStepThroughDispatchPlan()
839 if (m_vtables_up->IsAddressInVTables(curr_pc, flags)) { in GetStepThroughDispatchPlan()
H A DAppleObjCTrampolineHandler.h164 std::unique_ptr<AppleObjCVTables> m_vtables_up; variable