/external/llvm-project/lldb/include/lldb/Target/ |
D | ABI.h | 67 lldb::ValueObjectSP GetReturnValueObject(Thread &thread, CompilerType &type, 71 lldb::ValueObjectSP GetReturnValueObject(Thread &thread, llvm::Type &type,
|
D | ThreadPlanCallFunction.h | 62 lldb::ValueObjectSP GetReturnValueObject() override { in GetReturnValueObject() function
|
D | ThreadPlanStepOut.h | 39 lldb::ValueObjectSP GetReturnValueObject() override { in GetReturnValueObject() function
|
D | StopInfo.h | 133 GetReturnValueObject(lldb::StopInfoSP &stop_info_sp);
|
D | ThreadPlanStack.h | 78 lldb::ValueObjectSP GetReturnValueObject() const;
|
D | ThreadPlan.h | 459 virtual lldb::ValueObjectSP GetReturnValueObject() { in GetReturnValueObject() function
|
D | Thread.h | 965 lldb::ValueObjectSP GetReturnValueObject() const;
|
/external/llvm-project/lldb/source/Target/ |
D | ThreadPlanCallFunctionUsingABI.cpp | 64 abi->GetReturnValueObject(GetThread(), m_return_type, persistent); in SetReturnValue()
|
D | ABI.cpp | 69 ValueObjectSP ABI::GetReturnValueObject(Thread &thread, CompilerType &ast_type, in GetReturnValueObject() function in ABI 147 ValueObjectSP ABI::GetReturnValueObject(Thread &thread, llvm::Type &ast_type, in GetReturnValueObject() function in ABI
|
D | ThreadPlanStack.cpp | 281 lldb::ValueObjectSP ThreadPlanStack::GetReturnValueObject() const { in GetReturnValueObject() function in ThreadPlanStack 287 return_valobj_sp = m_completed_plans[i]->GetReturnValueObject(); in GetReturnValueObject()
|
D | StopInfo.cpp | 1042 ValueObjectSP GetReturnValueObject() { return m_return_valobj_sp; } in GetReturnValueObject() function in lldb_private::StopInfoThreadPlan 1140 ValueObjectSP StopInfo::GetReturnValueObject(StopInfoSP &stop_info_sp) { in GetReturnValueObject() function in StopInfo 1145 return plan_stop_info->GetReturnValueObject(); in GetReturnValueObject()
|
D | ThreadPlanCallFunction.cpp | 466 abi->GetReturnValueObject(GetThread(), m_return_type, persistent); in SetReturnValue()
|
D | ThreadPlanStepOut.cpp | 517 abi_sp->GetReturnValueObject(GetThread(), return_compiler_type); in CalculateReturnValue()
|
D | Thread.cpp | 365 completed_plan_sp, GetReturnValueObject(), GetExpressionVariable()); in GetStopInfo() 1130 ValueObjectSP Thread::GetReturnValueObject() const { in GetReturnValueObject() function in Thread 1131 return GetPlans().GetReturnValueObject(); in GetReturnValueObject()
|
D | Process.cpp | 6178 call_plan_sp->GetReturnValueObject()->GetValueAsUnsigned( in CallVoidArgVoidPtrReturn()
|
/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | InferiorCallPOSIX.cpp | 111 call_plan_sp->GetReturnValueObject()->GetValueAsUnsigned( in InferiorCallMmap()
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
D | DynamicLoaderDarwin.cpp | 1138 thread_plan_sp->GetReturnValueObject(); in GetThreadLocalData()
|
/external/llvm-project/lldb/source/API/ |
D | SBThread.cpp | 355 return_valobj_sp = StopInfo::GetReturnValueObject(stop_info_sp); in GetStopReturnValue()
|
/external/llvm-project/lldb/source/Expression/ |
D | IRInterpreter.cpp | 1506 lldb::ValueObjectSP retVal = call_plan_sp.get()->GetReturnValueObject(); in Interpret()
|
/external/llvm-project/lldb/source/Core/ |
D | FormatEntity.cpp | 1306 StopInfo::GetReturnValueObject(stop_info_sp); in Format()
|