Searched refs:ThinLTOBitcodeWriterPass (Results 1 – 4 of 4) sorted by relevance
24 class ThinLTOBitcodeWriterPass25 : public PassInfoMixin<ThinLTOBitcodeWriterPass> {32 ThinLTOBitcodeWriterPass(raw_ostream &OS, raw_ostream *ThinLinkOS) in ThinLTOBitcodeWriterPass() function
448 MPM.addPass(ThinLTOBitcodeWriterPass( in runPassPipeline()
569 llvm::ThinLTOBitcodeWriterPass::run(Module &M, ModuleAnalysisManager &AM) { in run()
1438 MPM.addPass(ThinLTOBitcodeWriterPass(*OS, ThinLinkOS ? &ThinLinkOS->os() in EmitAssemblyWithNewPassManager()