Searched refs:ThinLTOBitcodeWriterPass (Results 1 – 5 of 5) sorted by relevance
25 class ThinLTOBitcodeWriterPass26 : public PassInfoMixin<ThinLTOBitcodeWriterPass> {33 ThinLTOBitcodeWriterPass(raw_ostream &OS, raw_ostream *ThinLinkOS) in ThinLTOBitcodeWriterPass() function
4 ; DEBUG_PM: ThinLTOBitcodeWriterPass
505 MPM.addPass(ThinLTOBitcodeWriterPass( in runPassPipeline()
598 llvm::ThinLTOBitcodeWriterPass::run(Module &M, ModuleAnalysisManager &AM) { in run()
947 MPM.addPass(ThinLTOBitcodeWriterPass(*OS, ThinLinkOS ? &ThinLinkOS->os() in RunOptimizationPipeline()