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

/external/lldb/include/lldb/Target/
H A DThreadPlanStepOut.h45 virtual lldb::ValueObjectSP GetReturnValueObject() function in class:lldb_private::ThreadPlanStepOut
H A DABI.h50 GetReturnValueObject (Thread &thread,
60 // Don't put it in a persistant value object, that will be done by the ABI::GetReturnValueObject.
H A DStopInfo.h169 GetReturnValueObject (lldb::StopInfoSP &stop_info_sp);
H A DThreadPlanCallFunction.h26 // argument. If you plan to call GetReturnValueObject, then pass in the
95 GetReturnValueObject () function in class:lldb_private::ThreadPlanCallFunction
H A DThreadPlan.h505 GetReturnValueObject () function in class:lldb_private::ThreadPlan
H A DThread.h754 GetReturnValueObject ();
/external/lldb/source/Target/
H A DABI.cpp107 ABI::GetReturnValueObject (Thread &thread, function in class:ABI
H A DStopInfo.cpp1020 GetReturnValueObject() function in class:lldb_private::StopInfoThreadPlan
1134 StopInfo::GetReturnValueObject(StopInfoSP &stop_info_sp) function in class:StopInfo
1139 return plan_stop_info->GetReturnValueObject();
H A DThreadPlanStepOut.cpp472 m_return_valobj_sp = abi_sp->GetReturnValueObject(m_thread, return_clang_type);
H A DThread.cpp380 return StopInfo::CreateStopReasonWithPlan (plan_sp, GetReturnValueObject());
1104 Thread::GetReturnValueObject () function in class:Thread
1111 return_valobj_sp = m_completed_plan_stack[i]->GetReturnValueObject();
H A DThreadPlanCallFunction.cpp294 m_return_valobj_sp = abi->GetReturnValueObject (m_thread, m_return_type, persistent);
/external/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp117 allocated_addr = call_plan_sp->GetReturnValueObject()->GetValueAsUnsigned(LLDB_INVALID_ADDRESS);
256 returned_func = call_plan_sp->GetReturnValueObject()->GetValueAsUnsigned(LLDB_INVALID_ADDRESS);
/external/lldb/source/API/
H A DSBThread.cpp410 return_valobj_sp = StopInfo::GetReturnValueObject (stop_info_sp);
/external/lldb/source/Core/
H A DDebugger.cpp1983 ValueObjectSP return_valobj_sp = StopInfo::GetReturnValueObject (stop_info_sp);

Completed in 654 milliseconds