Searched refs:PrintMachineCode (Results 1 – 6 of 6) sorted by relevance
109 : PrintMachineCode(false), UnsafeFPMath(false), NoInfsFPMath(false), in TargetOptions()127 unsigned PrintMachineCode : 1; variable
241 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()
275 TM->Options.PrintMachineCode = true; in TargetPassConfig()
409 TM.Options.PrintMachineCode = true; in TargetPassConfig()