Home
last modified time | relevance | path

Searched refs:runCodeGen (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/Core/
DCompiler.cpp195 enum Compiler::ErrorCode Compiler::runCodeGen(Script &pScript, in runCodeGen() function in Compiler
290 if ((err = runCodeGen(pScript, pResult)) != kSuccess) { in compile()
/frameworks/compile/libbcc/include/bcc/
DCompiler.h87 enum ErrorCode runCodeGen(Script &pScript, llvm::raw_ostream &pResult);