Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp41 m_args_addr(LLDB_INVALID_ADDRESS), m_input_values(input_values), in AppleThreadPlanStepThroughObjCTrampoline()
59 m_args_addr = in InitializeFunctionCaller()
62 if (m_args_addr == LLDB_INVALID_ADDRESS) { in InitializeFunctionCaller()
74 exc_ctx, m_args_addr, options, diagnostics); 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.h61 lldb::addr_t m_args_addr; /// Stores the address for our step through function variable