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