Searched refs:VFTableLayouts (Results 1 – 2 of 2) sorted by relevance
492 VFTableLayoutMapTy VFTableLayouts; variable
3446 llvm::DeleteContainerSeconds(VFTableLayouts); in ~MicrosoftVTableContext()3644 assert(VFTableLayouts.count(id) == 0); in computeVTableRelatedInformation()3647 VFTableLayouts[id] = new VTableLayout( in computeVTableRelatedInformation()3794 assert(VFTableLayouts.count(id) && "Couldn't find a VFTable at this offset"); in getVFTableLayout()3795 return *VFTableLayouts[id]; in getVFTableLayout()