LLVM 22.0.0git
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 432 of file LTO.h.

Member Data Documentation

◆ Alignment

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

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

◆ Size

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

Definition at line 433 of file LTO.h.


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