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

#include "llvm/LTO/LTO.h"

Public Attributes

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

Detailed Description

Definition at line 312 of file LTO.h.

Member Data Documentation

◆ Alignment

Align llvm::lto::LTO::RegularLTOState::CommonResolution::Alignment

Definition at line 314 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 316 of file LTO.h.

◆ Size

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

Definition at line 313 of file LTO.h.


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