Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetOptions.h44 : PrintMachineCode(false), NoFramePointerElim(false), in TargetOptions()
60 unsigned PrintMachineCode : 1; variable
DTargetMachine.h209 bool shouldPrintMachineCode() const { return Options.PrintMachineCode; } in shouldPrintMachineCode()
/external/llvm/lib/CodeGen/
DPasses.cpp446 TM->Options.PrintMachineCode = true; in addMachinePasses()