Searched refs:GetReturnValueObject (Results 1 – 14 of 14) sorted by relevance
117 … allocated_addr = call_plan_sp->GetReturnValueObject()->GetValueAsUnsigned(LLDB_INVALID_ADDRESS); in InferiorCallMmap()256 … returned_func = call_plan_sp->GetReturnValueObject()->GetValueAsUnsigned(LLDB_INVALID_ADDRESS); in InferiorCall()
45 virtual lldb::ValueObjectSP GetReturnValueObject() in GetReturnValueObject() function
50 GetReturnValueObject (Thread &thread,
95 GetReturnValueObject () in GetReturnValueObject() function
169 GetReturnValueObject (lldb::StopInfoSP &stop_info_sp);
505 GetReturnValueObject () in GetReturnValueObject() function
754 GetReturnValueObject ();
107 ABI::GetReturnValueObject (Thread &thread, in GetReturnValueObject() function in ABI
1020 GetReturnValueObject() in GetReturnValueObject() function in lldb_private::StopInfoThreadPlan1134 StopInfo::GetReturnValueObject(StopInfoSP &stop_info_sp) in GetReturnValueObject() function in StopInfo1139 return plan_stop_info->GetReturnValueObject(); in GetReturnValueObject()
472 m_return_valobj_sp = abi_sp->GetReturnValueObject(m_thread, return_clang_type); in CalculateReturnValue()
380 return StopInfo::CreateStopReasonWithPlan (plan_sp, GetReturnValueObject()); in GetStopInfo()1104 Thread::GetReturnValueObject () in GetReturnValueObject() function in Thread1111 return_valobj_sp = m_completed_plan_stack[i]->GetReturnValueObject(); in GetReturnValueObject()
294 … m_return_valobj_sp = abi->GetReturnValueObject (m_thread, m_return_type, persistent); in DoTakedown()
410 return_valobj_sp = StopInfo::GetReturnValueObject (stop_info_sp); in GetStopReturnValue()
1983 … ValueObjectSP return_valobj_sp = StopInfo::GetReturnValueObject (stop_info_sp); in FormatPromptRecurse()