LLVM 20.0.0git
|
Basic information extracted from a bitcode module to be used for LTO. More...
#include "llvm/Bitcode/BitcodeReader.h"
Public Attributes | |
bool | IsThinLTO |
bool | HasSummary |
bool | EnableSplitLTOUnit |
bool | UnifiedLTO |
Basic information extracted from a bitcode module to be used for LTO.
Definition at line 93 of file BitcodeReader.h.
bool llvm::BitcodeLTOInfo::EnableSplitLTOUnit |
Definition at line 96 of file BitcodeReader.h.
Referenced by llvm::BitcodeModule::getLTOInfo().
bool llvm::BitcodeLTOInfo::HasSummary |
Definition at line 95 of file BitcodeReader.h.
Referenced by llvm::BitcodeModule::getLTOInfo().
bool llvm::BitcodeLTOInfo::IsThinLTO |
Definition at line 94 of file BitcodeReader.h.
Referenced by llvm::BitcodeModule::getLTOInfo().
bool llvm::BitcodeLTOInfo::UnifiedLTO |
Definition at line 97 of file BitcodeReader.h.
Referenced by llvm::BitcodeModule::getLTOInfo().