Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/Utility/
DInferiorCallPOSIX.cpp117 … 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()
/external/lldb/include/lldb/Target/
DThreadPlanStepOut.h45 virtual lldb::ValueObjectSP GetReturnValueObject() in GetReturnValueObject() function
DABI.h50 GetReturnValueObject (Thread &thread,
DThreadPlanCallFunction.h95 GetReturnValueObject () in GetReturnValueObject() function
DStopInfo.h169 GetReturnValueObject (lldb::StopInfoSP &stop_info_sp);
DThreadPlan.h505 GetReturnValueObject () in GetReturnValueObject() function
DThread.h754 GetReturnValueObject ();
/external/lldb/source/Target/
DABI.cpp107 ABI::GetReturnValueObject (Thread &thread, in GetReturnValueObject() function in ABI
DStopInfo.cpp1020 GetReturnValueObject() in GetReturnValueObject() function in lldb_private::StopInfoThreadPlan
1134 StopInfo::GetReturnValueObject(StopInfoSP &stop_info_sp) in GetReturnValueObject() function in StopInfo
1139 return plan_stop_info->GetReturnValueObject(); in GetReturnValueObject()
DThreadPlanStepOut.cpp472 m_return_valobj_sp = abi_sp->GetReturnValueObject(m_thread, return_clang_type); in CalculateReturnValue()
DThread.cpp380 return StopInfo::CreateStopReasonWithPlan (plan_sp, GetReturnValueObject()); in GetStopInfo()
1104 Thread::GetReturnValueObject () in GetReturnValueObject() function in Thread
1111 return_valobj_sp = m_completed_plan_stack[i]->GetReturnValueObject(); in GetReturnValueObject()
DThreadPlanCallFunction.cpp294 … m_return_valobj_sp = abi->GetReturnValueObject (m_thread, m_return_type, persistent); in DoTakedown()
/external/lldb/source/API/
DSBThread.cpp410 return_valobj_sp = StopInfo::GetReturnValueObject (stop_info_sp); in GetStopReturnValue()
/external/lldb/source/Core/
DDebugger.cpp1983 … ValueObjectSP return_valobj_sp = StopInfo::GetReturnValueObject (stop_info_sp); in FormatPromptRecurse()