| /freebsd-12.1/contrib/llvm/tools/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 | ThreadPlanStepOut.h | 40 lldb::ValueObjectSP GetReturnValueObject() override { in GetReturnValueObject() function
|
| H A D | ThreadPlanCallFunction.h | 63 lldb::ValueObjectSP GetReturnValueObject() override { in GetReturnValueObject() function
|
| H A D | StopInfo.h | 133 GetReturnValueObject(lldb::StopInfoSP &stop_info_sp);
|
| H A D | ThreadPlan.h | 516 virtual lldb::ValueObjectSP GetReturnValueObject() { in GetReturnValueObject() function
|
| H A D | Thread.h | 999 lldb::ValueObjectSP GetReturnValueObject();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ABI.cpp | 83 ValueObjectSP ABI::GetReturnValueObject(Thread &thread, CompilerType &ast_type, in GetReturnValueObject() function in ABI 164 ValueObjectSP ABI::GetReturnValueObject(Thread &thread, llvm::Type &ast_type, in GetReturnValueObject() function in ABI
|
| H A D | ThreadPlanCallFunctionUsingABI.cpp | 69 abi->GetReturnValueObject(m_thread, m_return_type, persistent); in SetReturnValue()
|
| H A D | StopInfo.cpp | 1062 ValueObjectSP GetReturnValueObject() { return m_return_valobj_sp; } in GetReturnValueObject() function in lldb_private::StopInfoThreadPlan 1162 ValueObjectSP StopInfo::GetReturnValueObject(StopInfoSP &stop_info_sp) { in GetReturnValueObject() function in StopInfo 1167 return plan_stop_info->GetReturnValueObject(); in GetReturnValueObject()
|
| H A D | ThreadPlanCallFunction.cpp | 504 abi->GetReturnValueObject(m_thread, m_return_type, persistent); in SetReturnValue()
|
| H A D | ThreadPlanStepOut.cpp | 498 abi_sp->GetReturnValueObject(m_thread, return_compiler_type); in CalculateReturnValue()
|
| H A D | Thread.cpp | 410 completed_plan_sp, GetReturnValueObject(), GetExpressionVariable()); in GetStopInfo() 1111 ValueObjectSP Thread::GetReturnValueObject() { in GetReturnValueObject() function in Thread 1115 return_valobj_sp = m_completed_plan_stack[i]->GetReturnValueObject(); in GetReturnValueObject()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| H A D | InferiorCallPOSIX.cpp | 106 call_plan_sp->GetReturnValueObject()->GetValueAsUnsigned( in InferiorCallMmap() 222 call_plan_sp->GetReturnValueObject()->GetValueAsUnsigned( in InferiorCall()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBThread.cpp | 435 return_valobj_sp = StopInfo::GetReturnValueObject(stop_info_sp); in GetStopReturnValue()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | IRInterpreter.cpp | 1666 lldb::ValueObjectSP retVal = call_plan_sp.get()->GetReturnValueObject(); in Interpret()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 1308 StopInfo::GetReturnValueObject(stop_info_sp); in Format()
|