/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | ABI.h | 68 lldb::ValueObjectSP GetReturnValueObject(Thread &thread, CompilerType &type, 72 lldb::ValueObjectSP GetReturnValueObject(Thread &thread, llvm::Type &type,
|
H A D | ThreadPlanCallFunction.h | 62 lldb::ValueObjectSP GetReturnValueObject() override { in GetReturnValueObject() function
|
H A D | ThreadPlanStepOut.h | 39 lldb::ValueObjectSP GetReturnValueObject() override { in GetReturnValueObject() function
|
H A D | ThreadPlanStack.h | 72 lldb::ValueObjectSP GetReturnValueObject() const;
|
H A D | StopInfo.h | 152 GetReturnValueObject(lldb::StopInfoSP &stop_info_sp);
|
H A D | ThreadPlan.h | 453 virtual lldb::ValueObjectSP GetReturnValueObject() { in GetReturnValueObject() function
|
H A D | Thread.h | 997 lldb::ValueObjectSP GetReturnValueObject() const;
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | ThreadPlanCallFunctionUsingABI.cpp | 64 abi->GetReturnValueObject(GetThread(), m_return_type, persistent); in SetReturnValue()
|
H A D | ABI.cpp | 70 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 D | ThreadPlanStack.cpp | 287 lldb::ValueObjectSP ThreadPlanStack::GetReturnValueObject() const { in GetReturnValueObject() function in ThreadPlanStack 294 return_valobj_sp = m_completed_plans[i]->GetReturnValueObject(); in GetReturnValueObject()
|
H A D | StopInfo.cpp | 1215 ValueObjectSP GetReturnValueObject() { return m_return_valobj_sp; } in GetReturnValueObject() function in lldb_private::StopInfoThreadPlan 1435 ValueObjectSP StopInfo::GetReturnValueObject(StopInfoSP &stop_info_sp) { in GetReturnValueObject() function in StopInfo 1440 return plan_stop_info->GetReturnValueObject(); in GetReturnValueObject()
|
H A D | ThreadPlanCallFunction.cpp | 472 abi->GetReturnValueObject(GetThread(), m_return_type, persistent); in SetReturnValue()
|
H A D | ThreadPlanStepOut.cpp | 518 abi_sp->GetReturnValueObject(GetThread(), return_compiler_type); in CalculateReturnValue()
|
H A D | Thread.cpp | 367 completed_plan_sp, GetReturnValueObject(), GetExpressionVariable()); in GetStopInfo() 1132 ValueObjectSP Thread::GetReturnValueObject() const { in GetReturnValueObject() function in Thread 1133 return GetPlans().GetReturnValueObject(); in GetReturnValueObject()
|
H A D | Process.cpp | 6400 call_plan_sp->GetReturnValueObject()->GetValueAsUnsigned( in CallVoidArgVoidPtrReturn()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | InferiorCallPOSIX.cpp | 114 call_plan_sp->GetReturnValueObject()->GetValueAsUnsigned( in InferiorCallMmap()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBThread.cpp | 364 return_valobj_sp = StopInfo::GetReturnValueObject(stop_info_sp); in GetStopReturnValue()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | IRInterpreter.cpp | 1579 lldb::ValueObjectSP retVal = call_plan_sp.get()->GetReturnValueObject(); in Interpret()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | FormatEntity.cpp | 1402 StopInfo::GetReturnValueObject(stop_info_sp); in Format()
|