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

/frameworks/compile/libbcc/include/bcc/
H A DCompiler.h114 virtual bool afterAddLTOPasses(Script &pScript, llvm::PassManager &pPM) function in class:bcc::Compiler
/frameworks/compile/libbcc/lib/Core/
H A DCompiler.cpp66 "Error occurred during afterAddLTOPasses() in subclass.",
258 // Invokde "afterAddLTOPasses" after pass manager finished its
260 if (!afterAddLTOPasses(pScript, lto_passes)) {

Completed in 110 milliseconds