Home | History | Annotate | Download | only in AST

Lines Matching refs:VTableLayout

2149 VTableLayout::VTableLayout(uint64_t NumVTableComponents,
2165 VTableLayout::~VTableLayout() { }
2347 static VTableLayout *CreateVTableLayout(const VTableBuilder &Builder) {
2348 SmallVector<VTableLayout::VTableThunkTy, 1>
2352 return new VTableLayout(Builder.getNumVTableComponents(),
2360 const VTableLayout *&Entry = VTableLayouts[RD];
2396 VTableLayout *VTableContext::createConstructionVTableLayout(