Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTrampolineHandler.h127 bool IsAddressInVTables(lldb::addr_t addr, uint32_t &flags);
DAppleObjCTrampolineHandler.cpp607 bool AppleObjCTrampolineHandler::AppleObjCVTables::IsAddressInVTables( in IsAddressInVTables() function in AppleObjCTrampolineHandler::AppleObjCVTables
909 if (m_vtables_up->IsAddressInVTables(curr_pc, flags)) { in GetStepThroughDispatchPlan()