Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp40 m_isa_addr(isa_addr), m_sel_addr(sel_addr), m_impl_function(NULL), in AppleThreadPlanStepThroughObjCTrampoline()
66 m_impl_function = in InitializeFunctionCaller()
74 m_func_sp = m_impl_function->GetThreadPlanToCallFunction( in InitializeFunctionCaller()
138 m_impl_function->FetchFunctionResults(exc_ctx, m_args_addr, in ShouldStop()
140 m_impl_function->DeallocateFunctionResults(exc_ctx, m_args_addr); in ShouldStop()
H A DAppleThreadPlanStepThroughObjCTrampoline.h70 FunctionCaller *m_impl_function; // This is a pointer to a impl function that variable