LLVM  4.0.0
Public Attributes | List of all members
llvm::lto::LTO::RegularLTOState::CommonResolution Struct Reference

#include <LTO.h>

Collaboration diagram for llvm::lto::LTO::RegularLTOState::CommonResolution:
[legend]

Public Attributes

uint64_t Size = 0
 
unsigned Align = 0
 
bool Prevailing = false
 Record if at least one instance of the common was marked as prevailing. More...
 

Detailed Description

Definition at line 350 of file LTO.h.

Member Data Documentation

unsigned llvm::lto::LTO::RegularLTOState::CommonResolution::Align = 0

Definition at line 352 of file LTO.h.

bool llvm::lto::LTO::RegularLTOState::CommonResolution::Prevailing = false

Record if at least one instance of the common was marked as prevailing.

Definition at line 354 of file LTO.h.

uint64_t llvm::lto::LTO::RegularLTOState::CommonResolution::Size = 0

Definition at line 351 of file LTO.h.


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