Searched refs:VTTComponent (Results 1 – 3 of 3) sorted by relevance
62 struct VTTComponent { struct66 VTTComponent() = default; argument67 VTTComponent(uint64_t VTableIndex, BaseSubobject VTableBase) in VTTComponent() function83 using VTTComponentsVectorTy = SmallVector<VTTComponent, 64>;
53 VTTComponents.push_back(VTTComponent()); in AddVTablePointer()57 VTTComponents.push_back(VTTComponent(VTableIndex, Base)); in AddVTablePointer()
61 for (const VTTComponent *i = Builder.getVTTComponents().begin(), in EmitVTTDefinition()