HomeSort by relevance Sort by last modified time
    Searched refs:PrintMachineCode (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Target/
TargetOptions.h 30 /// PrintMachineCode - This flag is enabled when the -print-machineinstrs
33 extern bool PrintMachineCode;
  /external/llvm/lib/Target/
TargetMachine.cpp 28 bool PrintMachineCode;
56 cl::location(PrintMachineCode), cl::init(false));
  /external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp 283 if (PrintMachineCode)
289 if (PrintMachineCode)

Completed in 374 milliseconds