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
40 ThinLTOBitcodeWriterPass(OS, /*ThinLinkOS=*/nullptr).run(M, AM); in run()
580 llvm::ThinLTOBitcodeWriterPass::run(Module &M, ModuleAnalysisManager &AM) { in run()
512 MPM.addPass(ThinLTOBitcodeWriterPass( in runPassPipeline()
1065 MPM.addPass(ThinLTOBitcodeWriterPass( in RunOptimizationPipeline()