Searched refs:VFTableLayouts (Results 1 – 2 of 2) sorted by relevance
513 VFTableLayoutMapTy VFTableLayouts; variable
3394 llvm::DeleteContainerSeconds(VFTableLayouts); in ~MicrosoftVTableContext()3591 assert(VFTableLayouts.count(id) == 0); in computeVTableRelatedInformation()3594 VFTableLayouts[id] = new VTableLayout( in computeVTableRelatedInformation()3737 assert(VFTableLayouts.count(id) && "Couldn't find a VFTable at this offset"); in getVFTableLayout()3738 return *VFTableLayouts[id]; in getVFTableLayout()