Home
last modified time | relevance | path

Searched refs:GetValueObjectAtIndex (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObjectList.h35 lldb::ValueObjectSP GetValueObjectAtIndex(size_t idx);
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectList.cpp33 lldb::ValueObjectSP ValueObjectList::GetValueObjectAtIndex(size_t idx) { in GetValueObjectAtIndex() function in ValueObjectList
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp348 valobj_list.GetValueObjectAtIndex(i)->Dereference(tmp_error)); in GetValuesForVariableExpressionPath()
366 valobj_list.GetValueObjectAtIndex(i)->AddressOf(tmp_error)); in GetValuesForVariableExpressionPath()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp858 valobj_sp = valobj_list.GetValueObjectAtIndex(0); in DoExecute()
H A DCommandObjectTarget.cpp873 valobj_list.GetValueObjectAtIndex(global_idx)); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1231 valobj_sp = m_variable_list_value_objects.GetValueObjectAtIndex(var_idx); in GetValueObjectForFrameVariable()