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

  /external/llvm/include/llvm/Target/
TargetMachine.h 181 /// setMCRelaxAll - Set whether all machine code instructions should be
183 void setMCRelaxAll(bool Value) { MCRelaxAll = Value; }
  /external/llvm/tools/llc/
llc.cpp 340 Target.setMCRelaxAll(true);
  /external/clang/lib/CodeGen/
BackendUtil.cpp 296 TM->setMCRelaxAll(true);
  /frameworks/compile/libbcc/lib/ExecutionEngine/
Compiler.cpp 653 TM->setMCRelaxAll(/* RelaxAll= */ true);

Completed in 60 milliseconds