/openbsd-src/gnu/llvm/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 | 39 lldb::ValueObjectSP GetReturnValueObject() override { in GetReturnValueObject() function
|
H A D | ThreadPlanCallFunction.h | 62 lldb::ValueObjectSP GetReturnValueObject() override { in GetReturnValueObject() function
|
H A D | ThreadPlanStack.h | 72 lldb::ValueObjectSP GetReturnValueObject() const;
|
H A D | StopInfo.h | 146 GetReturnValueObject(lldb::StopInfoSP &stop_info_sp);
|
H A D | ThreadPlan.h | 453 virtual lldb::ValueObjectSP GetReturnValueObject() { in GetReturnValueObject() function
|
H A D | Thread.h | 968 lldb::ValueObjectSP GetReturnValueObject() const;
|
/openbsd-src/gnu/llvm/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 150 ValueObjectSP ABI::GetReturnValueObject(Thread &thread, llvm::Type &ast_type, in GetReturnValueObject() function in ABI
|
H A D | ThreadPlanStack.cpp | 287 lldb::ValueObjectSP ThreadPlanStack::GetReturnValueObject() const { in GetReturnValueObject() function in ThreadPlanStack 294 return_valobj_sp = m_completed_plans[i]->GetReturnValueObject(); in GetReturnValueObject()
|
H A D | StopInfo.cpp | 1207 ValueObjectSP GetReturnValueObject() { return m_return_valobj_sp; } in GetReturnValueObject() function in lldb_private::StopInfoThreadPlan 1423 ValueObjectSP StopInfo::GetReturnValueObject(StopInfoSP &stop_info_sp) { in GetReturnValueObject() function in StopInfo 1428 return plan_stop_info->GetReturnValueObject(); in GetReturnValueObject()
|
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 | 362 completed_plan_sp, GetReturnValueObject(), GetExpressionVariable()); in GetStopInfo() 1148 ValueObjectSP Thread::GetReturnValueObject() const { in GetReturnValueObject() function in Thread 1149 return GetPlans().GetReturnValueObject(); in GetReturnValueObject()
|
H A D | Process.cpp | 6096 call_plan_sp->GetReturnValueObject()->GetValueAsUnsigned( in CallVoidArgVoidPtrReturn()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
H A D | InferiorCallPOSIX.cpp | 115 call_plan_sp->GetReturnValueObject()->GetValueAsUnsigned( in InferiorCallMmap()
|
/openbsd-src/gnu/llvm/lldb/source/API/ |
H A D | SBThread.cpp | 364 return_valobj_sp = StopInfo::GetReturnValueObject(stop_info_sp); in GetStopReturnValue()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
H A D | DynamicLoaderDarwin.cpp | 1138 thread_plan_sp->GetReturnValueObject(); in GetThreadLocalData()
|
/openbsd-src/gnu/llvm/lldb/source/Expression/ |
H A D | IRInterpreter.cpp | 1549 lldb::ValueObjectSP retVal = call_plan_sp.get()->GetReturnValueObject(); in Interpret()
|
/openbsd-src/gnu/llvm/lldb/source/Core/ |
H A D | FormatEntity.cpp | 1354 StopInfo::GetReturnValueObject(stop_info_sp); in Format()
|