Searched refs:VTableLayouts (Results 1 – 2 of 2) sorted by relevance
313 VTableLayoutMapTy VTableLayouts; variable334 assert(VTableLayouts.count(RD) && "No layout for this record decl!"); in getVTableLayout()336 return *VTableLayouts[RD]; in getVTableLayout()
2289 llvm::DeleteContainerSeconds(VTableLayouts); in ~ItaniumVTableContext()2353 const VTableLayout *&Entry = VTableLayouts[RD]; in computeVTableRelatedInformation()