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

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

Completed in 457 milliseconds