Home | History | Annotate | Download | only in AST

Lines Matching defs:VTableLayout

2175 VTableLayout::VTableLayout(uint64_t NumVTableComponents,
2193 VTableLayout::~VTableLayout() { }
2396 static VTableLayout *CreateVTableLayout(const VTableBuilder &Builder) {
2397 SmallVector<VTableLayout::VTableThunkTy, 1>
2401 return new VTableLayout(Builder.getNumVTableComponents(),
2410 const VTableLayout *&Entry = VTableLayouts[RD];
2454 VTableLayout *VTableContext::createConstructionVTableLayout(