Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/Target/
HDTargetOptions.h44 : PrintMachineCode(false), NoFramePointerElim(false), in TargetOptions()
60 unsigned PrintMachineCode : 1; variable
HDTargetMachine.h222 bool shouldPrintMachineCode() const { return Options.PrintMachineCode; } in shouldPrintMachineCode()
/trueos/contrib/llvm/lib/CodeGen/
HDPasses.cpp462 TM->Options.PrintMachineCode = true; in addMachinePasses()