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

  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSCompiler.h 26 virtual bool beforeAddLTOPasses(Script &pScript, llvm::PassManager &pPM);
  /frameworks/compile/libbcc/include/bcc/
Compiler.h 114 virtual bool beforeAddLTOPasses(Script &pScript, llvm::PassManager &pPM)
  /frameworks/compile/libbcc/lib/Renderscript/
RSCompiler.cpp 112 bool RSCompiler::beforeAddLTOPasses(Script &pScript, llvm::PassManager &pPM) {
  /frameworks/compile/libbcc/lib/Core/
Compiler.cpp 64 return "Error occurred during beforeAddLTOPasses() in subclass.";
165 // Invoke "beforeAddLTOPasses" before adding the first pass.
166 if (!beforeAddLTOPasses(pScript, lto_passes)) {

Completed in 790 milliseconds