LLVM 22.0.0git
llvm::EmbedBitcodeOptions Struct Reference

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

Public Member Functions

 EmbedBitcodeOptions ()
 EmbedBitcodeOptions (bool IsThinLTO, bool EmitLTOSummary)

Public Attributes

bool IsThinLTO
bool EmitLTOSummary

Detailed Description

Definition at line 28 of file EmbedBitcodePass.h.

Constructor & Destructor Documentation

◆ EmbedBitcodeOptions() [1/2]

llvm::EmbedBitcodeOptions::EmbedBitcodeOptions ( )
inline

Definition at line 29 of file EmbedBitcodePass.h.

References EmbedBitcodeOptions().

Referenced by EmbedBitcodeOptions().

◆ EmbedBitcodeOptions() [2/2]

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

Definition at line 30 of file EmbedBitcodePass.h.

References EmitLTOSummary, and IsThinLTO.

Member Data Documentation

◆ EmitLTOSummary

bool llvm::EmbedBitcodeOptions::EmitLTOSummary

Definition at line 33 of file EmbedBitcodePass.h.

Referenced by EmbedBitcodeOptions().

◆ IsThinLTO

bool llvm::EmbedBitcodeOptions::IsThinLTO

Definition at line 32 of file EmbedBitcodePass.h.

Referenced by EmbedBitcodeOptions().


The documentation for this struct was generated from the following file: