Searched refs:m_function_addr (Results 1 – 5 of 5) sorted by relevance
118 function_load_addr = m_function_addr.GetLoadAddress(&GetTarget()); in ConstructorSetup()132 m_trap_exceptions(options.GetTrapExceptions()), m_function_addr(function), in ThreadPlanCallFunction()162 m_trap_exceptions(options.GetTrapExceptions()), m_function_addr(function), in ThreadPlanCallFunction()248 m_function_addr.GetLoadAddress(target_sp.get())); in GetDescription()
57 m_function_addr.GetLoadAddress(target_sp.get())); in GetDescription()
43 m_function_ptr(NULL), m_function_addr(functionAddress), in FunctionCaller()169 m_function_addr.GetCallableLoadAddress(exe_ctx.GetTargetPtr())); in WriteFunctionArguments()
347 Address m_function_addr; ///< If we don't have the FunctionSP, we at least variable
125 Address m_function_addr; variable