|
LLVM
4.0.0
|
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 | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
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... | |
This file provides a bitcode writing pass.
Definition in file BitcodeWriterPass.h.
1.8.6