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
347 valobj_list.GetValueObjectAtIndex(i)->Dereference(tmp_error)); in GetValuesForVariableExpressionPath()365 valobj_list.GetValueObjectAtIndex(i)->AddressOf(tmp_error)); in GetValuesForVariableExpressionPath()
859 valobj_sp = valobj_list.GetValueObjectAtIndex(0); in DoExecute()
871 valobj_list.GetValueObjectAtIndex(global_idx)); in DoExecute()
1166 valobj_sp = m_variable_list_value_objects.GetValueObjectAtIndex(var_idx); in GetValueObjectForFrameVariable()