LLVM 19.0.0git
Public Member Functions | Static Public Member Functions | List of all members
llvm::EmbedBitcodePass Class Reference

Pass embeds a copy of the module optimized with the provided pass pipeline into a global variable. More...

#include "llvm/Transforms/IPO/EmbedBitcodePass.h"

Inheritance diagram for llvm::EmbedBitcodePass:
Inheritance graph
[legend]

Public Member Functions

 EmbedBitcodePass (EmbedBitcodeOptions Opts)
 
 EmbedBitcodePass (bool IsThinLTO, bool EmitLTOSummary)
 
PreservedAnalyses run (Module &M, ModuleAnalysisManager &)
 
- Public Member Functions inherited from llvm::PassInfoMixin< EmbedBitcodePass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
 

Static Public Member Functions

static bool isRequired ()
 
- Static Public Member Functions inherited from llvm::PassInfoMixin< EmbedBitcodePass >
static StringRef name ()
 Gets the name of the pass we are mixed into.
 

Detailed Description

Pass embeds a copy of the module optimized with the provided pass pipeline into a global variable.

Definition at line 37 of file EmbedBitcodePass.h.

Constructor & Destructor Documentation

◆ EmbedBitcodePass() [1/2]

llvm::EmbedBitcodePass::EmbedBitcodePass ( EmbedBitcodeOptions  Opts)
inline

Definition at line 42 of file EmbedBitcodePass.h.

◆ EmbedBitcodePass() [2/2]

llvm::EmbedBitcodePass::EmbedBitcodePass ( bool  IsThinLTO,
bool  EmitLTOSummary 
)
inline

Definition at line 44 of file EmbedBitcodePass.h.

Member Function Documentation

◆ isRequired()

static bool llvm::EmbedBitcodePass::isRequired ( )
inlinestatic

Definition at line 49 of file EmbedBitcodePass.h.

◆ run()

PreservedAnalyses EmbedBitcodePass::run ( Module M,
ModuleAnalysisManager AM 
)

The documentation for this class was generated from the following files: