Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DABI.h67 lldb::ValueObjectSP GetReturnValueObject(Thread &thread, CompilerType &type,
71 lldb::ValueObjectSP GetReturnValueObject(Thread &thread, llvm::Type &type,
DThreadPlanCallFunction.h62 lldb::ValueObjectSP GetReturnValueObject() override { in GetReturnValueObject() function
DThreadPlanStepOut.h39 lldb::ValueObjectSP GetReturnValueObject() override { in GetReturnValueObject() function
DStopInfo.h133 GetReturnValueObject(lldb::StopInfoSP &stop_info_sp);
DThreadPlanStack.h78 lldb::ValueObjectSP GetReturnValueObject() const;
DThreadPlan.h459 virtual lldb::ValueObjectSP GetReturnValueObject() { in GetReturnValueObject() function
DThread.h965 lldb::ValueObjectSP GetReturnValueObject() const;
/external/llvm-project/lldb/source/Target/
DThreadPlanCallFunctionUsingABI.cpp64 abi->GetReturnValueObject(GetThread(), m_return_type, persistent); in SetReturnValue()
DABI.cpp69 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
DThreadPlanStack.cpp281 lldb::ValueObjectSP ThreadPlanStack::GetReturnValueObject() const { in GetReturnValueObject() function in ThreadPlanStack
287 return_valobj_sp = m_completed_plans[i]->GetReturnValueObject(); in GetReturnValueObject()
DStopInfo.cpp1042 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()
DThreadPlanCallFunction.cpp466 abi->GetReturnValueObject(GetThread(), m_return_type, persistent); in SetReturnValue()
DThreadPlanStepOut.cpp517 abi_sp->GetReturnValueObject(GetThread(), return_compiler_type); in CalculateReturnValue()
DThread.cpp365 completed_plan_sp, GetReturnValueObject(), GetExpressionVariable()); in GetStopInfo()
1130 ValueObjectSP Thread::GetReturnValueObject() const { in GetReturnValueObject() function in Thread
1131 return GetPlans().GetReturnValueObject(); in GetReturnValueObject()
DProcess.cpp6178 call_plan_sp->GetReturnValueObject()->GetValueAsUnsigned( in CallVoidArgVoidPtrReturn()
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DInferiorCallPOSIX.cpp111 call_plan_sp->GetReturnValueObject()->GetValueAsUnsigned( in InferiorCallMmap()
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderDarwin.cpp1138 thread_plan_sp->GetReturnValueObject(); in GetThreadLocalData()
/external/llvm-project/lldb/source/API/
DSBThread.cpp355 return_valobj_sp = StopInfo::GetReturnValueObject(stop_info_sp); in GetStopReturnValue()
/external/llvm-project/lldb/source/Expression/
DIRInterpreter.cpp1506 lldb::ValueObjectSP retVal = call_plan_sp.get()->GetReturnValueObject(); in Interpret()
/external/llvm-project/lldb/source/Core/
DFormatEntity.cpp1306 StopInfo::GetReturnValueObject(stop_info_sp); in Format()