Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
DInstrumentationRuntimeTSan.cpp218 o->GetValueForExpressionPath(trace_item_name.c_str()); in CreateStackTrace()
238 return_value_sp->GetValueForExpressionPath(count_name.c_str()) in ConvertToStructuredArray()
241 return_value_sp->GetValueForExpressionPath(items_name.c_str()); in ConvertToStructuredArray()
257 return_value_sp->GetValueForExpressionPath(expression_path.c_str()) in RetrieveString()
273 o->GetValueForExpressionPath(".tid")->GetValueAsUnsigned(0); in GetRenumberedThreadIds()
275 o->GetValueForExpressionPath(".os_id")->GetValueAsUnsigned(0); in GetRenumberedThreadIds()
348 main_value->GetValueForExpressionPath(".report_count") in RetrieveReportData()
358 o->GetValueForExpressionPath(".idx")->GetValueAsUnsigned(0)); in RetrieveReportData()
370 o->GetValueForExpressionPath(".idx")->GetValueAsUnsigned(0)); in RetrieveReportData()
374 o->GetValueForExpressionPath(".tid")->GetValueAsUnsigned(0), in RetrieveReportData()
[all …]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
DInstrumentationRuntimeASan.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-stable/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
DMemoryHistoryASan.cpp109 return_value_sp->GetValueForExpressionPath(count_path.c_str()); in CreateHistoryThreadFromValueObject()
111 return_value_sp->GetValueForExpressionPath(tid_path.c_str()); in CreateHistoryThreadFromValueObject()
123 return_value_sp->GetValueForExpressionPath(trace_path.c_str()); in CreateHistoryThreadFromValueObject()
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBValue.i308 ) GetValueForExpressionPath;
310 GetValueForExpressionPath(const char* expr_path);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBValue.h208 lldb::SBValue GetValueForExpressionPath(const char *expr_path);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxx.cpp237 ->GetValueForExpressionPath( in Update()
249 ->GetValueForExpressionPath( in Update()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
DInstrumentationRuntimeUBSan.cpp95 return return_value_sp->GetValueForExpressionPath(expression_path.c_str()) in RetrieveUnsigned()
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBValue.cpp872 lldb::SBValue SBValue::GetValueForExpressionPath(const char *expr_path) { in GetValueForExpressionPath() function in SBValue
873 LLDB_RECORD_METHOD(lldb::SBValue, SBValue, GetValueForExpressionPath, in GetValueForExpressionPath()
881 child_sp = value_sp->GetValueForExpressionPath(expr_path); in GetValueForExpressionPath()
1617 LLDB_REGISTER_METHOD(lldb::SBValue, SBValue, GetValueForExpressionPath, in RegisterMethods()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
DVariable.cpp419 valobj_sp = variable_valobj_sp->GetValueForExpressionPath( in GetValuesForVariableExpressionPath()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
DValueObject.h412 lldb::ValueObjectSP GetValueForExpressionPath(
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DValueObject.cpp1779 synthetic_child_sp = GetValueForExpressionPath( in GetSyntheticExpressionPathChild()
1985 ValueObjectSP ValueObject::GetValueForExpressionPath( in GetValueForExpressionPath() function in ValueObject
DFormatEntity.cpp633 ValueObjectSP item = valobj->GetValueForExpressionPath( in ExpandIndexedExpression()
772 ->GetValueForExpressionPath(expr_path.c_str(), &reason_to_stop, in DumpValue()
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/python/
Dpython-extensions.swig345 child_sbvalue = (self.sbvalue.GetValueForExpressionPath("[%i]" % key))
/freebsd-12-stable/lib/clang/liblldb/
DLLDBWrapLua.cpp67522 result = (arg1)->GetValueForExpressionPath((char const *)arg2); in _wrap_SBValue_GetValueForExpressionPath()