Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ !
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp40 m_trampoline_handler(trampoline_handler), in AppleThreadPlanStepThroughObjCTrampoline()
60 m_trampoline_handler.SetupDispatchFunction(GetThread(), m_input_values); in InitializeFunctionCaller()
66 m_trampoline_handler.GetLookupImplementationFunctionCaller(); in InitializeFunctionCaller()
154 if (m_trampoline_handler.AddrIsMsgForward(target_addr)) { in ShouldStop()
253 m_trampoline_handler(handler), in AppleThreadPlanStepThroughDirectDispatch()
H A DAppleThreadPlanStepThroughObjCTrampoline.h60 AppleObjCTrampolineHandler &m_trampoline_handler; /// The handler itself. variable
108 AppleObjCTrampolineHandler &m_trampoline_handler; variable