Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.cpp39 m_args_addr(LLDB_INVALID_ADDRESS), m_input_values(input_values), in AppleThreadPlanStepThroughObjCTrampoline()
57 m_args_addr = in InitializeFunctionCaller()
60 if (m_args_addr == LLDB_INVALID_ADDRESS) { in InitializeFunctionCaller()
72 exc_ctx, m_args_addr, options, diagnostics); in InitializeFunctionCaller()
135 m_impl_function->FetchFunctionResults(exc_ctx, m_args_addr, in ShouldStop()
137 m_impl_function->DeallocateFunctionResults(exc_ctx, m_args_addr); in ShouldStop()
DAppleThreadPlanStepThroughObjCTrampoline.h59 lldb::addr_t m_args_addr; /// Stores the address for our step through function variable