LLVM 19.0.0git
Classes | Namespaces | Functions
BitcodeWriterPass.h File Reference

This file provides a bitcode writing pass. More...

#include "llvm/IR/PassManager.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
 This is an optimization pass for GlobalISel generic memory operations.
 

Functions

ModulePassllvm::createBitcodeWriterPass (raw_ostream &Str, bool ShouldPreserveUseListOrder=false)
 Create and return a pass that writes the module to the specified ostream.
 
bool llvm::isBitcodeWriterPass (Pass *P)
 Check whether a pass is a BitcodeWriterPass.
 

Detailed Description

This file provides a bitcode writing pass.

Definition in file BitcodeWriterPass.h.