Searched refs:PrintMachineCode (Results 1 – 3 of 3) sorted by relevance
110 : PrintMachineCode(false), UnsafeFPMath(false), NoInfsFPMath(false), in TargetOptions()127 unsigned PrintMachineCode : 1; variable
214 bool shouldPrintMachineCode() const { return Options.PrintMachineCode; } in shouldPrintMachineCode()
405 TM.Options.PrintMachineCode = true; in TargetPassConfig()