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 170 /// setMCRelaxAll - Set whether all machine code instructions should be
172 void setMCRelaxAll(bool Value) { MCRelaxAll = Value; }
  /external/llvm/tools/llc/
llc.cpp 364 Target.setMCRelaxAll(true);
  /external/clang/lib/CodeGen/
BackendUtil.cpp 303 TM->setMCRelaxAll(true);
  /frameworks/compile/libbcc/lib/ExecutionEngine/
Compiler.cpp 656 TM->setMCRelaxAll(/* RelaxAll= */ true);

Completed in 86 milliseconds