Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp215 o->GetValueForExpressionPath(trace_item_name.c_str()); in CreateStackTrace()
235 return_value_sp->GetValueForExpressionPath(count_name.c_str()) in ConvertToStructuredArray()
238 return_value_sp->GetValueForExpressionPath(items_name.c_str()); in ConvertToStructuredArray()
254 return_value_sp->GetValueForExpressionPath(expression_path.c_str()) in RetrieveString()
270 o->GetValueForExpressionPath(".tid")->GetValueAsUnsigned(0); in GetRenumberedThreadIds()
272 o->GetValueForExpressionPath(".os_id")->GetValueAsUnsigned(0); in GetRenumberedThreadIds()
348 main_value->GetValueForExpressionPath(".report_count") in RetrieveReportData()
359 o->GetValueForExpressionPath(".idx")->GetValueAsUnsigned(0)); in RetrieveReportData()
372 o->GetValueForExpressionPath(".idx")->GetValueAsUnsigned(0)); in RetrieveReportData()
376 o->GetValueForExpressionPath(".tid")->GetValueAsUnsigned(0), in RetrieveReportData()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp101 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/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp102 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()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBValueDocstrings.i136 ) lldb::SBValue::GetValueForExpressionPath;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h219 lldb::SBValue GetValueForExpressionPath(const char *expr_path);
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp90 return return_value_sp->GetValueForExpressionPath(expression_path.c_str()) in RetrieveUnsigned()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp851 lldb::SBValue SBValue::GetValueForExpressionPath(const char *expr_path) { in GetValueForExpressionPath() function in SBValue
859 child_sp = value_sp->GetValueForExpressionPath(expr_path); in GetValueForExpressionPath()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp413 valobj_sp = variable_valobj_sp->GetValueForExpressionPath( in GetValuesForVariableExpressionPath()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h412 lldb::ValueObjectSP GetValueForExpressionPath(
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp623 ValueObjectSP item = valobj->GetValueForExpressionPath( in ExpandIndexedExpression()
789 ->GetValueForExpressionPath(subpath, &reason_to_stop, in DumpValue()
H A DValueObject.cpp1948 synthetic_child_sp = GetValueForExpressionPath( in GetSyntheticExpressionPathChild()
2154 ValueObjectSP ValueObject::GetValueForExpressionPath( in GetValueForExpressionPath() function in ValueObject
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig352 child_sbvalue = (self.sbvalue.GetValueForExpressionPath("[%i]" % key))
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp77526 result = (arg1)->GetValueForExpressionPath((char const *)arg2); in _wrap_SBValue_GetValueForExpressionPath()