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

#include "llvm/LTO/LTO.h"

Collaboration diagram for llvm::lto::LTO::RegularLTOState::CommonResolution:
Collaboration graph
[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 290 of file LTO.h.

Member Data Documentation

◆ Align

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

Definition at line 292 of file LTO.h.

◆ Prevailing

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

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

Definition at line 294 of file LTO.h.

◆ Size

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

Definition at line 291 of file LTO.h.


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