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

  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSScript.h 90 OptimizationLevel getOptimizationLevel() const {
  /frameworks/compile/libbcc/include/bcinfo/
BitcodeWrapper.h 109 uint32_t getOptimizationLevel() const {
MetadataExtractor.h 190 uint32_t getOptimizationLevel() const {
  /frameworks/compile/libbcc/bcinfo/
BitcodeTranslator.cpp 153 BCWrapper.getCompilerVersion(), BCWrapper.getOptimizationLevel());
MetadataExtractor.cpp 74 mOptimizationLevel = wrapper.getOptimizationLevel();
  /frameworks/compile/libbcc/include/bcc/Support/
CompilerConfig.h 89 inline llvm::CodeGenOpt::Level getOptimizationLevel() const
  /frameworks/compile/libbcc/lib/Renderscript/
RSCompilerDriver.cpp 161 static_cast<llvm::CodeGenOpt::Level>(pScript.getOptimizationLevel());
166 if (mConfig->getOptimizationLevel() != script_opt_level) {
399 wrapper.getOptimizationLevel()));
  /frameworks/compile/libbcc/lib/Core/
Compiler.cpp 120 pConfig.getOptimizationLevel());
134 if ((pConfig.getOptimizationLevel() == llvm::CodeGenOpt::None)) {
  /frameworks/compile/libbcc/bcinfo/tools/
main.cpp 288 printf("optimizationLevel: %u\n\n", bcWrapper.getOptimizationLevel());
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 67 static unsigned getOptimizationLevel(ArgList &Args, InputKind IK,
301 unsigned OptLevel = getOptimizationLevel(Args, IK, Diags);
    [all...]

Completed in 310 milliseconds