LLVM 22.0.0git
BitcodeWriterPass.h File Reference

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

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.

Functions

LLVM_ABI ModulePassllvm::createBitcodeWriterPass (raw_ostream &Str, bool ShouldPreserveUseListOrder=false)
 Create and return a pass that writes the module to the specified ostream.
LLVM_ABI 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.