Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.h134 bool IsAddressInVTables(lldb::addr_t addr, uint32_t &flags);
H A DAppleObjCTrampolineHandler.cpp503 bool AppleObjCTrampolineHandler::AppleObjCVTables::IsAddressInVTables( in IsAddressInVTables() function in AppleObjCTrampolineHandler::AppleObjCVTables
840 if (m_vtables_up->IsAddressInVTables(curr_pc, flags)) { in GetStepThroughDispatchPlan()