Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 DThreadPlanCallFunction.h62 lldb::ValueObjectSP GetReturnValueObject() override { in GetReturnValueObject() function
H A DThreadPlanStepOut.h39 lldb::ValueObjectSP GetReturnValueObject() override { in GetReturnValueObject() function
H A DThreadPlanStack.h72 lldb::ValueObjectSP GetReturnValueObject() const;
H A DStopInfo.h146 GetReturnValueObject(lldb::StopInfoSP &stop_info_sp);
H A DThreadPlan.h451 virtual lldb::ValueObjectSP GetReturnValueObject() { in GetReturnValueObject() function
H A DThread.h967 lldb::ValueObjectSP GetReturnValueObject() const;
/llvm-project-15.0.7/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
150 ValueObjectSP ABI::GetReturnValueObject(Thread &thread, llvm::Type &ast_type, in GetReturnValueObject() function in ABI
H A DThreadPlanStack.cpp287 lldb::ValueObjectSP ThreadPlanStack::GetReturnValueObject() const { in GetReturnValueObject() function in ThreadPlanStack
294 return_valobj_sp = m_completed_plans[i]->GetReturnValueObject(); in GetReturnValueObject()
H A DStopInfo.cpp1116 ValueObjectSP GetReturnValueObject() { return m_return_valobj_sp; } in GetReturnValueObject() function in lldb_private::StopInfoThreadPlan
1332 ValueObjectSP StopInfo::GetReturnValueObject(StopInfoSP &stop_info_sp) { in GetReturnValueObject() function in StopInfo
1337 return plan_stop_info->GetReturnValueObject(); in GetReturnValueObject()
H A DThreadPlanCallFunction.cpp472 abi->GetReturnValueObject(GetThread(), m_return_type, persistent); in SetReturnValue()
H A DThreadPlanStepOut.cpp518 abi_sp->GetReturnValueObject(GetThread(), return_compiler_type); in CalculateReturnValue()
H A DThread.cpp360 completed_plan_sp, GetReturnValueObject(), GetExpressionVariable()); in GetStopInfo()
1125 ValueObjectSP Thread::GetReturnValueObject() const { in GetReturnValueObject() function in Thread
1126 return GetPlans().GetReturnValueObject(); in GetReturnValueObject()
H A DProcess.cpp6070 call_plan_sp->GetReturnValueObject()->GetValueAsUnsigned( in CallVoidArgVoidPtrReturn()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp113 call_plan_sp->GetReturnValueObject()->GetValueAsUnsigned( in InferiorCallMmap()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp1120 thread_plan_sp->GetReturnValueObject(); in GetThreadLocalData()
/llvm-project-15.0.7/lldb/source/API/
H A DSBThread.cpp364 return_valobj_sp = StopInfo::GetReturnValueObject(stop_info_sp); in GetStopReturnValue()
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRInterpreter.cpp1486 lldb::ValueObjectSP retVal = call_plan_sp.get()->GetReturnValueObject(); in Interpret()
/llvm-project-15.0.7/lldb/source/Core/
H A DFormatEntity.cpp1295 StopInfo::GetReturnValueObject(stop_info_sp); in Format()