Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Target/
H A DABI.h68 lldb::ValueObjectSP GetReturnValueObject(Thread &thread, CompilerType &type,
72 lldb::ValueObjectSP GetReturnValueObject(Thread &thread, llvm::Type &type,
82 // ABI::GetReturnValueObject.
H A DThreadPlanStepOut.h40 lldb::ValueObjectSP GetReturnValueObject() override { in GetReturnValueObject()
39 lldb::ValueObjectSP GetReturnValueObject() override { GetReturnValueObject() function
H A DThreadPlanCallFunction.h62 lldb::ValueObjectSP GetReturnValueObject() override { in GetReturnValueObject() function
H A DThreadPlanStack.h74 lldb::ValueObjectSP GetReturnValueObject() const;
H A DStopInfo.h168 GetReturnValueObject(lldb::StopInfoSP &stop_info_sp); in DoShouldNotify()
H A DThreadPlan.h465 virtual lldb::ValueObjectSP GetReturnValueObject() { in GetExpressionVariable()
453 virtual lldb::ValueObjectSP GetReturnValueObject() { GetReturnValueObject() function
H A DThread.h1002 lldb::ValueObjectSP GetReturnValueObject() const;
/llvm-project/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
183 ValueObjectSP ABI::GetReturnValueObject(Thread &thread, llvm::Type &ast_type, in GetReturnValueObject() function in ABI
H A DThreadPlanStack.cpp297 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 DStopInfo.cpp1295 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 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.cpp373 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 DProcess.cpp6402 call_plan_sp->GetReturnValueObject()->GetValueAsUnsigned( in GetMemoryTagManager()
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp114 call_plan_sp->GetReturnValueObject()->GetValueAsUnsigned( in InferiorCallMmap()
/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp1141 thread_plan_sp->GetReturnValueObject()) { in GetThreadLocalData()
/llvm-project/lldb/source/API/
H A DSBThread.cpp370 return_valobj_sp = StopInfo::GetReturnValueObject(stop_info_sp); in GetStopReturnValue()
/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp1548 lldb::ValueObjectSP retVal = call_plan_sp.get()->GetReturnValueObject(); in Interpret()
/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1405 StopInfo::GetReturnValueObject(stop_info_sp); in Format()