LLVM  8.0.1
Public Member Functions | List of all members
llvm::ThinLTOBitcodeWriterPass Class Reference

#include "llvm/Transforms/IPO/ThinLTOBitcodeWriter.h"

Inheritance diagram for llvm::ThinLTOBitcodeWriterPass:
Inheritance graph
[legend]
Collaboration diagram for llvm::ThinLTOBitcodeWriterPass:
Collaboration graph
[legend]

Public Member Functions

 ThinLTOBitcodeWriterPass (raw_ostream &OS, raw_ostream *ThinLinkOS)
 
PreservedAnalyses run (Module &M, ModuleAnalysisManager &AM)
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::PassInfoMixin< ThinLTOBitcodeWriterPass >
static StringRef name ()
 Gets the name of the pass we are mixed into. More...
 

Detailed Description

Definition at line 25 of file ThinLTOBitcodeWriter.h.

Constructor & Destructor Documentation

◆ ThinLTOBitcodeWriterPass()

llvm::ThinLTOBitcodeWriterPass::ThinLTOBitcodeWriterPass ( raw_ostream OS,
raw_ostream ThinLinkOS 
)
inline

Definition at line 33 of file ThinLTOBitcodeWriter.h.

References run().

Member Function Documentation

◆ run()

PreservedAnalyses llvm::ThinLTOBitcodeWriterPass::run ( Module M,
ModuleAnalysisManager AM 
)

The documentation for this class was generated from the following files: