Home
last modified time | relevance | path

Searched refs:return_value_sp (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp85 ValueObjectSP return_value_sp; in RetrieveReportData() local
91 return_value_sp, eval_error); in RetrieveReportData()
101 int present = return_value_sp->GetValueForExpressionPath(".present") in RetrieveReportData()
107 return_value_sp->GetValueForExpressionPath(".pc")->GetValueAsUnsigned(0); in RetrieveReportData()
109 return_value_sp->GetValueForExpressionPath(".bp")->GetValueAsUnsigned(0); in RetrieveReportData()
111 return_value_sp->GetValueForExpressionPath(".sp")->GetValueAsUnsigned(0); in RetrieveReportData()
112 addr_t address = return_value_sp->GetValueForExpressionPath(".address") in RetrieveReportData()
115 return_value_sp->GetValueForExpressionPath(".access_type") in RetrieveReportData()
118 return_value_sp->GetValueForExpressionPath(".access_size") in RetrieveReportData()
121 return_value_sp->GetValueForExpressionPath(".description") in RetrieveReportData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp93 ValueObjectSP return_value_sp, in CreateHistoryThreadFromValueObject() argument
102 return_value_sp->GetValueForExpressionPath(count_path.c_str()); in CreateHistoryThreadFromValueObject()
104 return_value_sp->GetValueForExpressionPath(tid_path.c_str()); in CreateHistoryThreadFromValueObject()
116 return_value_sp->GetValueForExpressionPath(trace_path.c_str()); in CreateHistoryThreadFromValueObject()
163 ValueObjectSP return_value_sp; in GetHistoryThreads() local
179 exe_ctx, options, expr.GetString(), "", return_value_sp, eval_error); in GetHistoryThreads()
189 if (!return_value_sp) in GetHistoryThreads()
192 CreateHistoryThreadFromValueObject(process_sp, return_value_sp, "free", in GetHistoryThreads()
194 CreateHistoryThreadFromValueObject(process_sp, return_value_sp, "alloc", in GetHistoryThreads()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp132 ValueObjectSP return_value_sp; RetrieveReportData() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp87 static addr_t RetrieveUnsigned(ValueObjectSP return_value_sp, in RetrieveUnsigned() argument
90 return return_value_sp->GetValueForExpressionPath(expression_path.c_str()) in RetrieveUnsigned()
94 static std::string RetrieveString(ValueObjectSP return_value_sp, in RetrieveString() argument
97 addr_t ptr = RetrieveUnsigned(return_value_sp, process_sp, expression_path); in RetrieveString()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp228 ValueObjectSP return_value_sp, const std::string &items_name, in ConvertToStructuredArray() argument
235 return_value_sp->GetValueForExpressionPath(count_name.c_str()) in ConvertToStructuredArray()
238 return_value_sp->GetValueForExpressionPath(items_name.c_str()); in ConvertToStructuredArray()
250 static std::string RetrieveString(ValueObjectSP return_value_sp, in RetrieveString() argument
254 return_value_sp->GetValueForExpressionPath(expression_path.c_str()) in RetrieveString()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1447 lldb::ValueObjectSP return_value_sp, in ReturnFromFrameWithIndex() argument
1458 return ReturnFromFrame(frame_sp, return_value_sp, broadcast); in ReturnFromFrameWithIndex()
1462 lldb::ValueObjectSP return_value_sp, in ReturnFromFrame() argument
1479 if (return_value_sp) { in ReturnFromFrame()
1498 ValueObjectSP cast_value_sp = return_value_sp->Cast(return_type); in ReturnFromFrame()
1501 return_value_sp = cast_value_sp; in ReturnFromFrame()
1507 return_error = abi->SetReturnValueObject(older_frame_sp, return_value_sp); in ReturnFromFrame()
H A DStackFrame.cpp1598 ValueObjectSP return_value_sp = ValueObjectMemory::Create( in DoGuessValueAt() local
1600 return GetValueForDereferincingOffset(frame, return_value_sp, offset); in DoGuessValueAt()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h422 lldb::ValueObjectSP return_value_sp,
426 lldb::ValueObjectSP return_value_sp,