Searched refs:addDebugInfoPass (Results 1 – 2 of 2) sorted by relevance
86 void addDebugInfoPass(Script &pScript, llvm::legacy::PassManager &pPM);
235 addDebugInfoPass(script, transformPasses); in runPasses()465 void Compiler::addDebugInfoPass(Script &script, llvm::legacy::PassManager &pPM) { in addDebugInfoPass() function in Compiler