Searched refs:beforeAddLTOPasses (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSCompiler.h26 virtual bool beforeAddLTOPasses(Script &pScript, llvm::PassManager &pPM);
/frameworks/compile/libbcc/include/bcc/
H A DCompiler.h114 virtual bool beforeAddLTOPasses(Script &pScript, llvm::PassManager &pPM) function in class:bcc::Compiler
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompiler.cpp112 bool RSCompiler::beforeAddLTOPasses(Script &pScript, llvm::PassManager &pPM) { function in class:RSCompiler
/frameworks/compile/libbcc/lib/Core/
H A DCompiler.cpp64 return "Error occurred during beforeAddLTOPasses() in subclass.";
165 // Invoke "beforeAddLTOPasses" before adding the first pass.
166 if (!beforeAddLTOPasses(pScript, lto_passes)) {

Completed in 102 milliseconds