Home
last modified time | relevance | path

Searched refs:impl_addr (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp64 lldb::addr_t impl_addr) { in AddToMethodCache() argument
70 class_addr, selector, impl_addr); in AddToMethodCache()
73 ClassAndSel(class_addr, selector), impl_addr)); in AddToMethodCache()
H A DObjCLanguageRuntime.h248 lldb::addr_t impl_addr);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp1062 lldb::addr_t impl_addr = LLDB_INVALID_ADDRESS; in GetStepThroughDispatchPlan() local
1075 impl_addr = objc_runtime->LookupInMethodCache(isa_addr, sel_addr); in GetStepThroughDispatchPlan()
1078 if (impl_addr != LLDB_INVALID_ADDRESS) { in GetStepThroughDispatchPlan()
1082 impl_addr); in GetStepThroughDispatchPlan()
1084 ret_plan_sp = std::make_shared<ThreadPlanRunToAddress>(thread, impl_addr, in GetStepThroughDispatchPlan()