OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shouldprintmachinecode
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Target/
TargetMachine.h
213
bool
shouldPrintMachineCode
() const { return Options.PrintMachineCode; }
/external/llvm/lib/CodeGen/
Passes.cpp
355
if (TM->
shouldPrintMachineCode
())
Completed in 132 milliseconds