Searched refs:VTableLayouts (Results 1 – 4 of 4) 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()
373 VTableLayoutMapTy VTableLayouts; variable404 assert(VTableLayouts.count(RD) && "No layout for this record decl!"); in getVTableLayout()406 return *VTableLayouts[RD]; in getVTableLayout()
2238 llvm::DeleteContainerSeconds(VTableLayouts); in ~ItaniumVTableContext()2297 const VTableLayout *&Entry = VTableLayouts[RD]; in computeVTableRelatedInformation()
2325 std::unique_ptr<const VTableLayout> &Entry = VTableLayouts[RD]; in computeVTableRelatedInformation()