Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DABI.h69 lldb::ValueObjectSP GetReturnValueObject(Thread &thread, CompilerType &type,
73 lldb::ValueObjectSP GetReturnValueObject(Thread &thread, llvm::Type &type,
H A DThreadPlanCallFunction.h62 lldb::ValueObjectSP GetReturnValueObject() override { in GetReturnValueObject() function
H A DThreadPlanStepOut.h49 lldb::ValueObjectSP GetReturnValueObject() override { in GetReturnValueObject() function
H A DThreadPlanStack.h74 lldb::ValueObjectSP GetReturnValueObject() const;
H A DStopInfo.h188 GetReturnValueObject(lldb::StopInfoSP &stop_info_sp);
H A DThreadPlan.h474 virtual lldb::ValueObjectSP GetReturnValueObject() { in GetReturnValueObject() function
H A DThread.h1047 lldb::ValueObjectSP GetReturnValueObject() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunctionUsingABI.cpp64 abi->GetReturnValueObject(GetThread(), m_return_type, persistent); in SetReturnValue()
H A DABI.cpp70 ValueObjectSP ABI::GetReturnValueObject(Thread &thread, CompilerType &ast_type, in GetReturnValueObject() function in ABI
183 ValueObjectSP ABI::GetReturnValueObject(Thread &thread, llvm::Type &ast_type, in GetReturnValueObject() function in ABI
H A DThreadPlanStack.cpp297 lldb::ValueObjectSP ThreadPlanStack::GetReturnValueObject() const { in GetReturnValueObject() function in ThreadPlanStack
304 return_valobj_sp = m_completed_plans[i]->GetReturnValueObject(); in GetReturnValueObject()
H A DStopInfo.cpp1323 ValueObjectSP GetReturnValueObject() { return m_return_valobj_sp; } in GetReturnValueObject() function in lldb_private::StopInfoThreadPlan
1555 ValueObjectSP StopInfo::GetReturnValueObject(StopInfoSP &stop_info_sp) { in GetReturnValueObject() function in StopInfo
1560 return plan_stop_info->GetReturnValueObject(); in GetReturnValueObject()
H A DThreadPlanCallFunction.cpp483 abi->GetReturnValueObject(GetThread(), m_return_type, persistent); in SetReturnValue()
H A DThreadPlanStepOut.cpp561 abi_sp->GetReturnValueObject(GetThread(), return_compiler_type); in CalculateReturnValue()
H A DThread.cpp374 completed_plan_sp, GetReturnValueObject(), GetExpressionVariable()); in GetStopInfo()
1166 ValueObjectSP Thread::GetReturnValueObject() const { in GetReturnValueObject() function in Thread
1167 return GetPlans().GetReturnValueObject(); in GetReturnValueObject()
H A DProcess.cpp6421 call_plan_sp->GetReturnValueObject()->GetValueAsUnsigned( in CallVoidArgVoidPtrReturn()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp109 call_plan_sp->GetReturnValueObject()->GetValueAsUnsigned( in InferiorCallMmap()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp372 return_valobj_sp = StopInfo::GetReturnValueObject(stop_info_sp); in GetStopReturnValue()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp1548 lldb::ValueObjectSP retVal = call_plan_sp.get()->GetReturnValueObject(); in Interpret()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1538 StopInfo::GetReturnValueObject(stop_info_sp); in Format()