Lines Matching defs:IM
728 MSInheritanceModel IM = RD->getMSInheritanceModel();
737 if (IM == MSInheritanceModel::Virtual)
746 switch (IM) {
771 if (inheritanceModelHasVBPtrOffsetField(IM))
773 if (inheritanceModelHasVBTableOffsetField(IM))
779 MSInheritanceModel IM = RD->getMSInheritanceModel();
784 if (IM != MSInheritanceModel::Single && IM != MSInheritanceModel::Multiple)
813 MSInheritanceModel IM = RD->getMSInheritanceModel();
816 switch (IM) {
857 if (VBTableOffset == 0 && IM == MSInheritanceModel::Virtual)
861 if (IM == MSInheritanceModel::Single) {
865 if (IM == MSInheritanceModel::Unspecified)
870 if (inheritanceModelHasNVOffsetField(/*IsMemberFunction=*/true, IM))
872 if (inheritanceModelHasVBPtrOffsetField(IM))
874 if (inheritanceModelHasVBTableOffsetField(IM))