Searched refs:PrintMachineCode (Results 1 – 10 of 10) sorted by relevance
102 : PrintMachineCode(false), UnsafeFPMath(false), NoInfsFPMath(false), in TargetOptions()119 unsigned PrintMachineCode : 1; variable
212 bool shouldPrintMachineCode() const { return Options.PrintMachineCode; } in shouldPrintMachineCode()
95 : PrintMachineCode(false), LessPreciseFPMADOption(false), in TargetOptions()113 unsigned PrintMachineCode : 1; variable
194 bool shouldPrintMachineCode() const { return Options.PrintMachineCode; } in shouldPrintMachineCode()
33 extern bool PrintMachineCode;
28 bool PrintMachineCode; variable56 cl::location(PrintMachineCode), cl::init(false));
73 if (PrintMachineCode) in printNoVerify()79 if (PrintMachineCode) in printAndVerify()
276 if (PrintMachineCode) in printNoVerify()282 if (PrintMachineCode) in printAndVerify()
275 TM->Options.PrintMachineCode = true; in TargetPassConfig()
374 TM.Options.PrintMachineCode = true; in TargetPassConfig()