Home
last modified time | relevance | path

Searched refs:PrintMachineCode (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Target/
DTargetOptions.h96 : PrintMachineCode(false), LessPreciseFPMADOption(false), in TargetOptions()
112 unsigned PrintMachineCode : 1; variable
DTargetMachine.h197 bool shouldPrintMachineCode() const { return Options.PrintMachineCode; } in shouldPrintMachineCode()
/external/llvm/lib/CodeGen/
DPasses.cpp518 TM->Options.PrintMachineCode = true; in addMachinePasses()