Searched refs:old_component (Results 1 – 1 of 1) sorted by relevance
203 static bool CompareVTableComponents(const VTableComponentIR &old_component, in CompareVTableComponents() argument206 if (old_component.GetName() != new_component.GetName()) { in CompareVTableComponents()207 if (RemoveThunkInfoFromMangledName(old_component.GetName()) == in CompareVTableComponents()210 << old_component.GetName() << " and " in CompareVTableComponents()216 return old_component.GetValue() == new_component.GetValue() && in CompareVTableComponents()217 old_component.GetKind() == new_component.GetKind(); in CompareVTableComponents()