Lines Matching defs:IM
694 MSInheritanceModel IM = RD->getMSInheritanceModel();
703 if (IM == MSInheritanceModel::Virtual)
712 switch (IM) {
737 if (inheritanceModelHasVBPtrOffsetField(IM))
739 if (inheritanceModelHasVBTableOffsetField(IM))
745 MSInheritanceModel IM = RD->getMSInheritanceModel();
750 if (IM != MSInheritanceModel::Single && IM != MSInheritanceModel::Multiple)
779 MSInheritanceModel IM = RD->getMSInheritanceModel();
782 switch (IM) {
823 if (VBTableOffset == 0 && IM == MSInheritanceModel::Virtual)
827 if (IM == MSInheritanceModel::Single) {
831 if (IM == MSInheritanceModel::Unspecified)
836 if (inheritanceModelHasNVOffsetField(/*IsMemberFunction=*/true, IM))
838 if (inheritanceModelHasVBPtrOffsetField(IM))
840 if (inheritanceModelHasVBTableOffsetField(IM))