LLVM API Documentation
#include "llvm/ADT/StringRef.h"

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 | |
| namespace | llvm |
List of target independent CodeGen pass IDs. | |
Functions | |
| ModulePass * | llvm::createBitcodeWriterPass (raw_ostream &Str) |
| Create and return a pass that writes the module to the specified ostream. Note that this pass is designed for use with the legacy pass manager. | |
This file provides a bitcode writing pass.
Definition in file BitcodeWriterPass.h.