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