Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp42 m_isa_addr(isa_addr), m_sel_addr(sel_addr), m_impl_function(nullptr), in AppleThreadPlanStepThroughObjCTrampoline()
65 m_impl_function = in InitializeFunctionCaller()
73 m_func_sp = m_impl_function->GetThreadPlanToCallFunction( in InitializeFunctionCaller()
139 m_impl_function->FetchFunctionResults(exc_ctx, m_args_addr, in ShouldStop()
141 m_impl_function->DeallocateFunctionResults(exc_ctx, m_args_addr); in ShouldStop()
H A DAppleThreadPlanStepThroughObjCTrampoline.h71 FunctionCaller *m_impl_function; /// This is a pointer to a impl function that variable