Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A 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()
358 o->GetValueForExpressionPath(".idx")->GetValueAsUnsigned(0)); in RetrieveReportData()
370 o->GetValueForExpressionPath(".idx")->GetValueAsUnsigned(0)); in RetrieveReportData()
398 o->GetValueForExpressionPath(".idx")->GetValueAsUnsigned(0)); in RetrieveReportData()
416 o->GetValueForExpressionPath(".fd")->GetValueAsUnsigned(0)); in RetrieveReportData()
431 o->GetValueForExpressionPath(".idx")->GetValueAsUnsigned(0)); in RetrieveReportData()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A 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-13.1/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A 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-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBValue.i308 ) GetValueForExpressionPath;
310 GetValueForExpressionPath(const char* expr_path);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h208 lldb::SBValue GetValueForExpressionPath(const char *expr_path);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp237 ->GetValueForExpressionPath( in Update()
249 ->GetValueForExpressionPath( in Update()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp95 return return_value_sp->GetValueForExpressionPath(expression_path.c_str()) in RetrieveUnsigned()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A 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-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp419 valobj_sp = variable_valobj_sp->GetValueForExpressionPath( in GetValuesForVariableExpressionPath()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h412 lldb::ValueObjectSP GetValueForExpressionPath(
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp633 ValueObjectSP item = valobj->GetValueForExpressionPath( in ExpandIndexedExpression()
772 ->GetValueForExpressionPath(expr_path.c_str(), &reason_to_stop, in DumpValue()
H A DValueObject.cpp1779 synthetic_child_sp = GetValueForExpressionPath( in GetSyntheticExpressionPathChild()
1985 ValueObjectSP ValueObject::GetValueForExpressionPath( in GetValueForExpressionPath() function in ValueObject
/freebsd-13.1/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig345 child_sbvalue = (self.sbvalue.GetValueForExpressionPath("[%i]" % key))
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp67522 result = (arg1)->GetValueForExpressionPath((char const *)arg2); in _wrap_SBValue_GetValueForExpressionPath()