Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DObjCLanguageRuntime.cpp57 lldb::addr_t impl_addr) { in AddToMethodCache() argument
62 class_addr, selector, impl_addr); in AddToMethodCache()
65 ClassAndSel(class_addr, selector), impl_addr)); in AddToMethodCache()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp1030 lldb::addr_t impl_addr = LLDB_INVALID_ADDRESS; in GetStepThroughDispatchPlan() local
1042 impl_addr = objc_runtime->LookupInMethodCache(isa_addr, sel_addr); in GetStepThroughDispatchPlan()
1045 if (impl_addr != LLDB_INVALID_ADDRESS) { in GetStepThroughDispatchPlan()
1050 impl_addr); in GetStepThroughDispatchPlan()
1053 new ThreadPlanRunToAddress(thread, impl_addr, stop_others)); in GetStepThroughDispatchPlan()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DObjCLanguageRuntime.h226 lldb::addr_t impl_addr);