LLVM API Documentation

Classes | Namespaces | Functions
BitcodeWriterPass.h File Reference
#include "llvm/ADT/StringRef.h"
Include dependency graph for BitcodeWriterPass.h:
This graph shows which files directly or indirectly include this file:

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

ModulePassllvm::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.

Detailed Description

This file provides a bitcode writing pass.

Definition in file BitcodeWriterPass.h.