Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetOptions.h71 : PrintMachineCode(false), NoFramePointerElim(false), in TargetOptions()
90 unsigned PrintMachineCode : 1; variable
H A DTargetMachine.h160 bool shouldPrintMachineCode() const { return Options.PrintMachineCode; } in shouldPrintMachineCode()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DPasses.cpp519 TM->Options.PrintMachineCode = true; in addMachinePasses()