Searched refs:m_function_addr (Results 1 – 4 of 4) sorted by relevance
123 function_load_addr = m_function_addr.GetLoadAddress (target_sp.get()); in ConstructorSetup()140 m_function_addr (function), in ThreadPlanCallFunction()206 m_function_addr (function), in ThreadPlanCallFunction()332 … s->Printf("Thread plan to call 0x%" PRIx64, m_function_addr.GetLoadAddress(target_sp.get())); in GetDescription()
59 m_function_addr (functionAddress), in ClangFunction()81 m_function_addr (), in ClangFunction()95 m_function_addr = m_function_ptr->GetAddressRange().GetBaseAddress(); in ClangFunction()286 … return WriteFunctionArguments(exe_ctx, args_addr_ref, m_function_addr, m_arg_values, errors); in WriteFunctionArguments()
168 Address m_function_addr; variable
625 …Address m_function_addr; ///< If we don't have the Function… variable