Lines Matching defs:ML
265 MethodVFTableLocation ML =
274 if (ML.VBase || !ML.VFPtrOffset.isZero())
663 const MethodVFTableLocation &ML);
1450 MethodVFTableLocation ML =
1452 CharUnits Adjustment = ML.VFPtrOffset;
1461 if (ML.VBase) {
1464 Adjustment += DerivedLayout.getVBaseClassOffset(ML.VBase);
1498 MethodVFTableLocation ML =
1501 CharUnits StaticOffset = ML.VFPtrOffset;
1510 if (ML.VBase) {
1514 const CXXRecordDecl *VBase = ML.VBase;
1526 if (ML.VBase) {
1968 MethodVFTableLocation ML = VFTContext.getMethodVFTableLocation(GD);
1971 // located at the MethodVFTableLocation ML.
1974 ML.VBase ? ML.VBase : MethodDecl->getParent()),
1976 return Info->FullOffsetInMDC == ML.VFPtrOffset;
1986 ML.Index *
1994 Builder.CreateConstInBoundsGEP1_64(Ty, VTable, ML.Index, "vfn");
2067 const MethodVFTableLocation &ML) {
2074 getMangleContext().mangleVirtualMemPtrThunk(MD, ML, Out);
2131 ThunkPtrTy, VTable, ML.Index, "vfn");
2994 MethodVFTableLocation ML = VTableContext.getMethodVFTableLocation(MD);
2995 FirstField = EmitVirtualMemPtrThunk(MD, ML);
2997 NonVirtualBaseAdjustment += ML.VFPtrOffset;
2998 if (ML.VBase)
2999 VBTableIndex = VTableContext.getVBTableIndex(RD, ML.VBase) * 4;