Searched refs:VTableLayouts (Results 1 – 2 of 2) sorted by relevance
359 VTableLayoutMapTy VTableLayouts; variable380 assert(VTableLayouts.count(RD) && "No layout for this record decl!"); in getVTableLayout()382 return *VTableLayouts[RD]; in getVTableLayout()
2278 std::unique_ptr<const VTableLayout> &Entry = VTableLayouts[RD]; in computeVTableRelatedInformation()