Searched refs:GetReturnValueObject (Results 1 - 17 of 17) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunctionUsingABI.cpp66 abi->GetReturnValueObject(m_thread, m_return_type, persistent);
H A DABI.cpp66 ValueObjectSP ABI::GetReturnValueObject(Thread &thread, CompilerType &ast_type, function in class:ABI
147 ValueObjectSP ABI::GetReturnValueObject(Thread &thread, llvm::Type &ast_type, function in class:ABI
H A DThreadPlanCallFunction.cpp471 abi->GetReturnValueObject(m_thread, m_return_type, persistent);
H A DStopInfo.cpp1042 ValueObjectSP GetReturnValueObject() { return m_return_valobj_sp; } function in class:lldb_private::StopInfoThreadPlan
1140 ValueObjectSP StopInfo::GetReturnValueObject(StopInfoSP &stop_info_sp) { function in class:StopInfo
1145 return plan_stop_info->GetReturnValueObject();
H A DThreadPlanStepOut.cpp523 abi_sp->GetReturnValueObject(m_thread, return_compiler_type);
H A DThread.cpp387 completed_plan_sp, GetReturnValueObject(), GetExpressionVariable());
1086 ValueObjectSP Thread::GetReturnValueObject() { function in class:Thread
1090 return_valobj_sp = m_completed_plan_stack[i]->GetReturnValueObject();
H A DProcess.cpp6009 call_plan_sp->GetReturnValueObject()->GetValueAsUnsigned(
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DABI.h67 lldb::ValueObjectSP GetReturnValueObject(Thread &thread, CompilerType &type,
71 lldb::ValueObjectSP GetReturnValueObject(Thread &thread, llvm::Type &type,
81 // ABI::GetReturnValueObject.
H A DThreadPlanCallFunction.h22 // "function" argument. If you plan to call GetReturnValueObject, then pass
62 lldb::ValueObjectSP GetReturnValueObject() override {
H A DThreadPlanStepOut.h39 lldb::ValueObjectSP GetReturnValueObject() override {
H A DStopInfo.h133 GetReturnValueObject(lldb::StopInfoSP &stop_info_sp);
H A DThreadPlan.h503 virtual lldb::ValueObjectSP GetReturnValueObject() { function in class:lldb_private::ThreadPlan
H A DThread.h933 lldb::ValueObjectSP GetReturnValueObject();
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp111 call_plan_sp->GetReturnValueObject()->GetValueAsUnsigned(
/freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp1507 lldb::ValueObjectSP retVal = call_plan_sp.get()->GetReturnValueObject();
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp424 return_valobj_sp = StopInfo::GetReturnValueObject(stop_info_sp);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1297 StopInfo::GetReturnValueObject(stop_info_sp);

Completed in 209 milliseconds