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.h110 virtual bool beforeAddLTOPasses(Script &pScript, llvm::PassManager &pPM) function in class:bcc::Compiler
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompiler.cpp32 bool RSCompiler::beforeAddLTOPasses(Script &pScript, llvm::PassManager &pPM) { function in class:RSCompiler
/frameworks/compile/libbcc/lib/Core/
H A DCompiler.cpp64 "Error occurred during beforeAddLTOPasses() in subclass.",
170 // Invokde "beforeAddLTOPasses" before adding the first pass.
171 if (!beforeAddLTOPasses(pScript, lto_passes)) {

Completed in 65 milliseconds