/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, 82 // ABI::GetReturnValueObject.
|
H A D | ThreadPlanStepOut.h | 40 lldb::ValueObjectSP GetReturnValueObject() override { in GetReturnValueObject() 39 lldb::ValueObjectSP GetReturnValueObject() override { GetReturnValueObject() function
|
H A D | ThreadPlanCallFunction.h | 62 lldb::ValueObjectSP GetReturnValueObject() override { in GetReturnValueObject() function
|
H A D | ThreadPlanStack.h | 74 lldb::ValueObjectSP GetReturnValueObject() const;
|
H A D | StopInfo.h | 168 GetReturnValueObject(lldb::StopInfoSP &stop_info_sp); in DoShouldNotify()
|
H A D | ThreadPlan.h | 465 virtual lldb::ValueObjectSP GetReturnValueObject() { in GetExpressionVariable() 453 virtual lldb::ValueObjectSP GetReturnValueObject() { GetReturnValueObject() function
|
H A D | Thread.h | 1002 lldb::ValueObjectSP GetReturnValueObject() const;
|
/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 | 297 lldb::ValueObjectSP ThreadPlanStack::GetReturnValueObject() const { in GetReturnValueObject() 304 return_valobj_sp = m_completed_plans[i]->GetReturnValueObject(); in GetExpressionVariable() 287 lldb::ValueObjectSP ThreadPlanStack::GetReturnValueObject() const { GetReturnValueObject() function in ThreadPlanStack
|
H A D | StopInfo.cpp | 1295 ValueObjectSP GetReturnValueObject() { return m_return_valobj_sp; } 1520 ValueObjectSP StopInfo::GetReturnValueObject(StopInfoSP &stop_info_sp) { 1525 return plan_stop_info->GetReturnValueObject(); 1215 ValueObjectSP GetReturnValueObject() { return m_return_valobj_sp; } GetReturnValueObject() function in lldb_private::StopInfoThreadPlan 1435 ValueObjectSP StopInfo::GetReturnValueObject(StopInfoSP &stop_info_sp) { GetReturnValueObject() function in StopInfo
|
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 | 373 completed_plan_sp, GetReturnValueObject(), GetExpressionVariable()); 1153 ValueObjectSP Thread::GetReturnValueObject() const { in GetPreviousPlan() 1154 return GetPlans().GetReturnValueObject(); in GetPreviousPlan() 1132 ValueObjectSP Thread::GetReturnValueObject() const { GetReturnValueObject() function in Thread
|
H A D | Process.cpp | 6402 call_plan_sp->GetReturnValueObject()->GetValueAsUnsigned( in GetMemoryTagManager()
|
/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | InferiorCallPOSIX.cpp | 114 call_plan_sp->GetReturnValueObject()->GetValueAsUnsigned( in InferiorCallMmap()
|
/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
H A D | DynamicLoaderDarwin.cpp | 1141 thread_plan_sp->GetReturnValueObject()) { in GetThreadLocalData()
|
/llvm-project/lldb/source/API/ |
H A D | SBThread.cpp | 370 return_valobj_sp = StopInfo::GetReturnValueObject(stop_info_sp); in GetStopReturnValue()
|
/llvm-project/lldb/source/Expression/ |
H A D | IRInterpreter.cpp | 1548 lldb::ValueObjectSP retVal = call_plan_sp.get()->GetReturnValueObject(); in Interpret()
|
/llvm-project/lldb/source/Core/ |
H A D | FormatEntity.cpp | 1405 StopInfo::GetReturnValueObject(stop_info_sp); in Format()
|