Searched refs:GetValueObjectAtIndex (Results 1 – 6 of 6) sorted by relevance
37 lldb::ValueObjectSP GetValueObjectAtIndex(size_t idx);
39 lldb::ValueObjectSP ValueObjectList::GetValueObjectAtIndex(size_t idx) { in GetValueObjectAtIndex() function in ValueObjectList
352 valobj_list.GetValueObjectAtIndex(i)->Dereference(tmp_error)); in GetValuesForVariableExpressionPath()370 valobj_list.GetValueObjectAtIndex(i)->AddressOf(tmp_error)); in GetValuesForVariableExpressionPath()
946 valobj_sp = valobj_list.GetValueObjectAtIndex(0); in DoExecute()
885 valobj_list.GetValueObjectAtIndex(global_idx)); in DoExecute()
1146 valobj_sp = m_variable_list_value_objects.GetValueObjectAtIndex(var_idx); in GetValueObjectForFrameVariable()