Home
last modified time | relevance | path

Searched refs:GetValueForExpressionPath (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp217 o->GetValueForExpressionPath(trace_item_name.c_str()); in CreateStackTrace()
237 return_value_sp->GetValueForExpressionPath(count_name.c_str()) in ConvertToStructuredArray()
240 return_value_sp->GetValueForExpressionPath(items_name.c_str()); in ConvertToStructuredArray()
256 return_value_sp->GetValueForExpressionPath(expression_path.c_str()) in RetrieveString()
272 o->GetValueForExpressionPath(".tid")->GetValueAsUnsigned(0); in GetRenumberedThreadIds()
357 o->GetValueForExpressionPath(".idx")->GetValueAsUnsigned(0)); in RetrieveReportData()
369 o->GetValueForExpressionPath(".idx")->GetValueAsUnsigned(0)); in RetrieveReportData()
397 o->GetValueForExpressionPath(".idx")->GetValueAsUnsigned(0)); in RetrieveReportData()
415 o->GetValueForExpressionPath(".fd")->GetValueAsUnsigned(0)); in RetrieveReportData()
430 o->GetValueForExpressionPath(".idx")->GetValueAsUnsigned(0)); in RetrieveReportData()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp149 int present = return_value_sp->GetValueForExpressionPath(".present") in RetrieveReportData()
155 return_value_sp->GetValueForExpressionPath(".pc")->GetValueAsUnsigned(0); in RetrieveReportData()
162 addr_t address = return_value_sp->GetValueForExpressionPath(".address") in RetrieveReportData()
165 return_value_sp->GetValueForExpressionPath(".access_type") in RetrieveReportData()
168 return_value_sp->GetValueForExpressionPath(".access_size") in RetrieveReportData()
171 return_value_sp->GetValueForExpressionPath(".description") in RetrieveReportData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp113 return_value_sp->GetValueForExpressionPath(count_path.c_str()); in CreateHistoryThreadFromValueObject()
115 return_value_sp->GetValueForExpressionPath(tid_path.c_str()); in CreateHistoryThreadFromValueObject()
127 return_value_sp->GetValueForExpressionPath(trace_path.c_str()); in CreateHistoryThreadFromValueObject()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp201 ->GetValueForExpressionPath( in Update()
213 ->GetValueForExpressionPath( in Update()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBValue.h213 lldb::SBValue GetValueForExpressionPath(const char *expr_path);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp98 return return_value_sp->GetValueForExpressionPath(expression_path.c_str()) in RetrieveUnsigned()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBValue.cpp980 lldb::SBValue SBValue::GetValueForExpressionPath(const char *expr_path) { in GetValueForExpressionPath() function in SBValue
987 child_sp = value_sp->GetValueForExpressionPath(expr_path); in GetValueForExpressionPath()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DVariable.cpp426 valobj_sp = variable_valobj_sp->GetValueForExpressionPath( in GetValuesForVariableExpressionPath()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h432 lldb::ValueObjectSP GetValueForExpressionPath(
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DFormatEntity.cpp655 ValueObjectSP item = valobj->GetValueForExpressionPath( in ExpandIndexedExpression()
795 ->GetValueForExpressionPath(expr_path.c_str(), &reason_to_stop, in DumpValue()
H A DValueObject.cpp1909 synthetic_child_sp = GetValueForExpressionPath( in GetSyntheticExpressionPathChild()
2148 ValueObjectSP ValueObject::GetValueForExpressionPath( in GetValueForExpressionPath() function in ValueObject