Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp66 lldb::addr_t impl_addr) { in AddToMethodCache() argument
72 class_addr, selector, impl_addr); in AddToMethodCache()
75 ClassAndSel(class_addr, selector), impl_addr)); in AddToMethodCache()
80 lldb::addr_t impl_addr) { in AddToMethodCache() argument
84 class_addr, sel_str, impl_addr); in AddToMethodCache()
87 ClassAndSelStr(class_addr, sel_str), impl_addr)); in AddToMethodCache()
H A DObjCLanguageRuntime.h262 lldb::addr_t impl_addr);
265 lldb::addr_t impl_addr);
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp1008 lldb::addr_t impl_addr = LLDB_INVALID_ADDRESS; in GetStepThroughDispatchPlan() local
1017 impl_addr = objc_runtime->LookupInMethodCache(isa_addr, sel_addr); in GetStepThroughDispatchPlan()
1021 impl_addr = objc_runtime->LookupInMethodCache(isa_addr, sym_name); in GetStepThroughDispatchPlan()
1026 if (impl_addr != LLDB_INVALID_ADDRESS) { in GetStepThroughDispatchPlan()
1030 impl_addr); in GetStepThroughDispatchPlan()
1032 ret_plan_sp = std::make_shared<ThreadPlanRunToAddress>(thread, impl_addr, in GetStepThroughDispatchPlan()