|
LLVM
8.0.1
|
This file provides a bitcode writing pass. More...


Go to the source code of this file.
Classes | |
| class | llvm::BitcodeWriterPass |
| Pass for writing a module of IR out to a bitcode file. More... | |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
Functions | |
| ModulePass * | llvm::createBitcodeWriterPass (raw_ostream &Str, bool ShouldPreserveUseListOrder=false, bool EmitSummaryIndex=false, bool EmitModuleHash=false) |
| Create and return a pass that writes the module to the specified ostream. More... | |
| bool | llvm::isBitcodeWriterPass (Pass *P) |
| Check whether a pass is a BitcodeWriterPass. More... | |
This file provides a bitcode writing pass.
Definition in file BitcodeWriterPass.h.
1.8.13