Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h39 lldb::ValueObjectSP GetReturnValueObject() override { in GetReturnValueObject() function
H A DThreadPlanCallFunction.h62 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.h453 virtual lldb::ValueObjectSP GetReturnValueObject() { in GetReturnValueObject() function
H A DThread.h968 lldb::ValueObjectSP GetReturnValueObject() const;
/openbsd-src/gnu/llvm/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.cpp1207 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 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.cpp362 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 DProcess.cpp6096 call_plan_sp->GetReturnValueObject()->GetValueAsUnsigned( in CallVoidArgVoidPtrReturn()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp115 call_plan_sp->GetReturnValueObject()->GetValueAsUnsigned( in InferiorCallMmap()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBThread.cpp364 return_valobj_sp = StopInfo::GetReturnValueObject(stop_info_sp); in GetStopReturnValue()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp1138 thread_plan_sp->GetReturnValueObject(); in GetThreadLocalData()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRInterpreter.cpp1549 lldb::ValueObjectSP retVal = call_plan_sp.get()->GetReturnValueObject(); in Interpret()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp1354 StopInfo::GetReturnValueObject(stop_info_sp); in Format()