LLVM 20.0.0git
|
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 | |
ModulePass * | llvm::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. | |
This file provides a bitcode writing pass.
Definition in file BitcodeWriterPass.h.