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

/external/llvm/include/llvm/MC/
H A DMCCodeGenInfo.h47 void setOptLevel(CodeGenOpt::Level Level) { OptLevel = Level; } function in class:llvm::MCCodeGenInfo
/external/llvm/lib/Target/
H A DTargetMachine.cpp146 void TargetMachine::setOptLevel(CodeGenOpt::Level Level) const { function in class:TargetMachine
148 CodeGenInfo->setOptLevel(Level);
/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h638 /// setOptLevel - Set the optimization level for the JIT. This option
640 EngineBuilder &setOptLevel(CodeGenOpt::Level l) { function in class:llvm::EngineBuilder

Completed in 228 milliseconds