Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ML

171       MicrosoftVTableContext::MethodVFTableLocation ML =
179 if (ML.VBase || !ML.VFPtrOffset.isZero())
517 const MicrosoftVTableContext::MethodVFTableLocation &ML);
1182 MicrosoftVTableContext::MethodVFTableLocation ML =
1184 CharUnits Adjustment = ML.VFPtrOffset;
1193 if (ML.VBase) {
1196 Adjustment += DerivedLayout.getVBaseClassOffset(ML.VBase);
1232 MicrosoftVTableContext::MethodVFTableLocation ML =
1237 CharUnits StaticOffset = ML.VFPtrOffset;
1245 if (ML.VBase) {
1248 GetVirtualBaseClassOffset(CGF, This, MD->getParent(), ML.VBase);
1254 if (ML.VBase) {
1599 MicrosoftVTableContext::MethodVFTableLocation ML =
1602 Builder.CreateConstInBoundsGEP1_64(VTable, ML.Index, "vfn");
1661 const MicrosoftVTableContext::MethodVFTableLocation &ML) {
1721 CGF.Builder.CreateConstInBoundsGEP1_64(VTable, ML.Index, "vfn");
2284 MicrosoftVTableContext::MethodVFTableLocation ML =
2294 } else if (ML.VBase) {
2299 llvm::Function *Thunk = EmitVirtualMemPtrThunk(MD, ML);
2302 NonVirtualBaseAdjustment += ML.VFPtrOffset;