Searched refs:beforeExecuteCodeGenPasses (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/include/bcc/
H A DCompiler.h139 virtual bool beforeExecuteCodeGenPasses(Script &pScript, function in class:bcc::Compiler
/frameworks/compile/libbcc/lib/Core/
H A DCompiler.cpp74 return "Error occurred during beforeExecuteCodeGenPasses() in subclass.";
230 // Invokde "beforeExecuteCodeGenPasses" before executing the passes.
231 if (!beforeExecuteCodeGenPasses(pScript, codegen_passes)) {

Completed in 185 milliseconds