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