Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.cpp48 m_args_addr (LLDB_INVALID_ADDRESS), in AppleThreadPlanStepThroughObjCTrampoline()
79 m_args_addr = m_trampoline_handler->SetupDispatchFunction(m_thread, m_input_values); in InitializeClangFunction()
81 if (m_args_addr == LLDB_INVALID_ADDRESS) in InitializeClangFunction()
91 m_args_addr, in InitializeClangFunction()
171 m_impl_function->FetchFunctionResults (exc_ctx, m_args_addr, target_addr_value); in ShouldStop()
172 m_impl_function->DeallocateFunctionResults(exc_ctx, m_args_addr); in ShouldStop()
DAppleThreadPlanStepThroughObjCTrampoline.h91 …lldb::addr_t m_args_addr; // Stores the address for our step through function result structure. variable