Lines Matching refs:MFI
360 static void mapping(IO &YamlIO, MachineFrameInfo &MFI) {
361 YamlIO.mapOptional("isFrameAddressTaken", MFI.IsFrameAddressTaken);
362 YamlIO.mapOptional("isReturnAddressTaken", MFI.IsReturnAddressTaken);
363 YamlIO.mapOptional("hasStackMap", MFI.HasStackMap);
364 YamlIO.mapOptional("hasPatchPoint", MFI.HasPatchPoint);
365 YamlIO.mapOptional("stackSize", MFI.StackSize);
366 YamlIO.mapOptional("offsetAdjustment", MFI.OffsetAdjustment);
367 YamlIO.mapOptional("maxAlignment", MFI.MaxAlignment);
368 YamlIO.mapOptional("adjustsStack", MFI.AdjustsStack);
369 YamlIO.mapOptional("hasCalls", MFI.HasCalls);
370 YamlIO.mapOptional("stackProtector", MFI.StackProtector,
372 YamlIO.mapOptional("maxCallFrameSize", MFI.MaxCallFrameSize);
373 YamlIO.mapOptional("hasOpaqueSPAdjustment", MFI.HasOpaqueSPAdjustment);
374 YamlIO.mapOptional("hasVAStart", MFI.HasVAStart);
375 YamlIO.mapOptional("hasMustTailInVarArgFunc", MFI.HasMustTailInVarArgFunc);
376 YamlIO.mapOptional("savePoint", MFI.SavePoint,
378 YamlIO.mapOptional("restorePoint", MFI.RestorePoint,