Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp38 m_args_addr(LLDB_INVALID_ADDRESS), m_input_values(input_values), in AppleThreadPlanStepThroughObjCTrampoline()
55 m_args_addr = in InitializeFunctionCaller()
58 if (m_args_addr == LLDB_INVALID_ADDRESS) { in InitializeFunctionCaller()
70 exc_ctx, m_args_addr, options, diagnostics); in InitializeFunctionCaller()
133 m_impl_function->FetchFunctionResults(exc_ctx, m_args_addr, in ShouldStop()
135 m_impl_function->DeallocateFunctionResults(exc_ctx, m_args_addr); in ShouldStop()
H A DAppleThreadPlanStepThroughObjCTrampoline.h60 lldb::addr_t m_args_addr; /// Stores the address for our step through function variable