Searched defs:setMCRelaxAll (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetMachine.h170 /// setMCRelaxAll - Set whether all machine code instructions should be
172 void setMCRelaxAll(bool Value) { MCRelaxAll = Value; } function in class:llvm::TargetMachine

Completed in 37 milliseconds