LLVM 19.0.0git
Public Attributes | List of all members
llvm::BitcodeLTOInfo Struct Reference

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
 

Detailed Description

Basic information extracted from a bitcode module to be used for LTO.

Definition at line 93 of file BitcodeReader.h.

Member Data Documentation

◆ EnableSplitLTOUnit

bool llvm::BitcodeLTOInfo::EnableSplitLTOUnit

Definition at line 96 of file BitcodeReader.h.

Referenced by llvm::BitcodeModule::getLTOInfo().

◆ HasSummary

bool llvm::BitcodeLTOInfo::HasSummary

Definition at line 95 of file BitcodeReader.h.

Referenced by llvm::BitcodeModule::getLTOInfo().

◆ IsThinLTO

bool llvm::BitcodeLTOInfo::IsThinLTO

Definition at line 94 of file BitcodeReader.h.

Referenced by llvm::BitcodeModule::getLTOInfo().

◆ UnifiedLTO

bool llvm::BitcodeLTOInfo::UnifiedLTO

Definition at line 97 of file BitcodeReader.h.

Referenced by llvm::BitcodeModule::getLTOInfo().


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