Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.cpp47 m_trampoline_handler (trampoline_handler), in AppleThreadPlanStepThroughObjCTrampoline()
79 m_args_addr = m_trampoline_handler->SetupDispatchFunction(m_thread, m_input_values); in InitializeClangFunction()
85 m_impl_function = m_trampoline_handler->GetLookupImplementationWrapperFunction(); in InitializeClangFunction()
184 if (m_trampoline_handler->AddrIsMsgForward(target_addr)) in ShouldStop()
DAppleThreadPlanStepThroughObjCTrampoline.h90 …AppleObjCTrampolineHandler *m_trampoline_handler; // FIXME - ensure this doesn't go away on us? S… variable