Searched refs:old_component (Results 1 – 2 of 2) sorted by relevance
241 const VTableComponentIR &old_component, in CompareVTableComponents() argument244 if (old_component.GetName() != new_component.GetName()) { in CompareVTableComponents()245 if (RemoveThunkInfoFromMangledName(old_component.GetName()) == in CompareVTableComponents()248 << old_component.GetName() << " and " in CompareVTableComponents()254 return old_component.GetValue() == new_component.GetValue() && in CompareVTableComponents()255 old_component.GetKind() == new_component.GetKind(); in CompareVTableComponents()
191 const VTableComponentIR &old_component,