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