Searched refs:VFTableLayouts (Results 1 – 2 of 2) sorted by relevance
561 VFTableLayoutMapTy VFTableLayouts; variable
3624 assert(VFTableLayouts.count(id) == 0); in computeVTableRelatedInformation()3627 VFTableLayouts[id] = std::make_unique<VTableLayout>( in computeVTableRelatedInformation()3774 assert(VFTableLayouts.count(id) && "Couldn't find a VFTable at this offset"); in getVFTableLayout()3775 return *VFTableLayouts[id]; in getVFTableLayout()