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

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

Completed in 62 milliseconds