LLVM  8.0.1
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"

Collaboration diagram for llvm::BitcodeLTOInfo:
Collaboration graph
[legend]

Public Attributes

bool IsThinLTO
 
bool HasSummary
 
bool EnableSplitLTOUnit
 

Detailed Description

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

Definition at line 51 of file BitcodeReader.h.

Member Data Documentation

◆ EnableSplitLTOUnit

bool llvm::BitcodeLTOInfo::EnableSplitLTOUnit

Definition at line 54 of file BitcodeReader.h.

◆ HasSummary

bool llvm::BitcodeLTOInfo::HasSummary

Definition at line 53 of file BitcodeReader.h.

◆ IsThinLTO

bool llvm::BitcodeLTOInfo::IsThinLTO

Definition at line 52 of file BitcodeReader.h.


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