Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DABI.h68 lldb::ValueObjectSP GetReturnValueObject(Thread &thread, CompilerType &type,
72 lldb::ValueObjectSP GetReturnValueObject(Thread &thread, llvm::Type &type,
H A DThreadPlanStepOut.h40 lldb::ValueObjectSP GetReturnValueObject() override { in GetReturnValueObject() function
H A DThreadPlanCallFunction.h63 lldb::ValueObjectSP GetReturnValueObject() override { in GetReturnValueObject() function
H A DStopInfo.h133 GetReturnValueObject(lldb::StopInfoSP &stop_info_sp);
H A DThreadPlan.h516 virtual lldb::ValueObjectSP GetReturnValueObject() { in GetReturnValueObject() function
H A DThread.h999 lldb::ValueObjectSP GetReturnValueObject();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DABI.cpp83 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 DThreadPlanCallFunctionUsingABI.cpp69 abi->GetReturnValueObject(m_thread, m_return_type, persistent); in SetReturnValue()
H A DStopInfo.cpp1062 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 DThreadPlanCallFunction.cpp504 abi->GetReturnValueObject(m_thread, m_return_type, persistent); in SetReturnValue()
H A DThreadPlanStepOut.cpp498 abi_sp->GetReturnValueObject(m_thread, return_compiler_type); in CalculateReturnValue()
H A DThread.cpp410 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 DInferiorCallPOSIX.cpp106 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 DSBThread.cpp435 return_valobj_sp = StopInfo::GetReturnValueObject(stop_info_sp); in GetStopReturnValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRInterpreter.cpp1666 lldb::ValueObjectSP retVal = call_plan_sp.get()->GetReturnValueObject(); in Interpret()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DFormatEntity.cpp1308 StopInfo::GetReturnValueObject(stop_info_sp); in Format()