Home
last modified time | relevance | path

Searched refs:shouldPrintMachineCode (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Target/
DTargetMachine.h194 bool shouldPrintMachineCode() const { return Options.PrintMachineCode; } in shouldPrintMachineCode() function
/external/llvm/lib/CodeGen/
DTargetPassConfig.cpp411 if (TM->shouldPrintMachineCode()) in addPrintPass()