Searched refs:exc_ctx (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp66 ExecutionContext exc_ctx; local
71 m_thread.CalculateExecutionContext(exc_ctx);
73 exc_ctx, m_args_addr, options, diagnostics);
134 ExecutionContext exc_ctx; local
135 m_thread.CalculateExecutionContext(exc_ctx);
136 m_impl_function->FetchFunctionResults(exc_ctx, m_args_addr,
138 m_impl_function->DeallocateFunctionResults(exc_ctx, m_args_addr);
141 target_so_addr.SetOpcodeLoadAddress(target_addr, exc_ctx.GetTargetPtr());

Completed in 28 milliseconds