LLVM 20.0.0git
|
#include "llvm/Transforms/IPO/EmbedBitcodePass.h"
Public Member Functions | |
EmbedBitcodeOptions () | |
EmbedBitcodeOptions (bool IsThinLTO, bool EmitLTOSummary) | |
Public Attributes | |
bool | IsThinLTO |
bool | EmitLTOSummary |
Definition at line 27 of file EmbedBitcodePass.h.
|
inline |
Definition at line 28 of file EmbedBitcodePass.h.
Definition at line 29 of file EmbedBitcodePass.h.
bool llvm::EmbedBitcodeOptions::EmitLTOSummary |
Definition at line 32 of file EmbedBitcodePass.h.
bool llvm::EmbedBitcodeOptions::IsThinLTO |
Definition at line 31 of file EmbedBitcodePass.h.