LLVM 22.0.0git
Public Attributes | List of all members
llvm::GOFF::EDAttr Struct Reference

#include "llvm/MC/MCGOFFAttributes.h"

Public Attributes

bool IsReadOnly = false
 
GOFF::ESDRmode Rmode
 
GOFF::ESDNameSpaceId NameSpace = GOFF::ESD_NS_NormalName
 
GOFF::ESDTextStyle TextStyle = GOFF::ESD_TS_ByteOriented
 
GOFF::ESDBindingAlgorithm BindAlgorithm = GOFF::ESD_BA_Concatenate
 
GOFF::ESDLoadingBehavior LoadBehavior = GOFF::ESD_LB_Initial
 
GOFF::ESDReserveQwords ReservedQwords = GOFF::ESD_RQ_0
 
GOFF::ESDAlignment Alignment = GOFF::ESD_ALIGN_Doubleword
 
uint8_t FillByteValue = 0
 

Detailed Description

Definition at line 52 of file MCGOFFAttributes.h.

Member Data Documentation

◆ Alignment

GOFF::ESDAlignment llvm::GOFF::EDAttr::Alignment = GOFF::ESD_ALIGN_Doubleword

Definition at line 60 of file MCGOFFAttributes.h.

◆ BindAlgorithm

GOFF::ESDBindingAlgorithm llvm::GOFF::EDAttr::BindAlgorithm = GOFF::ESD_BA_Concatenate

Definition at line 57 of file MCGOFFAttributes.h.

Referenced by llvm::MCContext::getGOFFSection().

◆ FillByteValue

uint8_t llvm::GOFF::EDAttr::FillByteValue = 0

Definition at line 61 of file MCGOFFAttributes.h.

◆ IsReadOnly

bool llvm::GOFF::EDAttr::IsReadOnly = false

Definition at line 53 of file MCGOFFAttributes.h.

◆ LoadBehavior

GOFF::ESDLoadingBehavior llvm::GOFF::EDAttr::LoadBehavior = GOFF::ESD_LB_Initial

Definition at line 58 of file MCGOFFAttributes.h.

◆ NameSpace

GOFF::ESDNameSpaceId llvm::GOFF::EDAttr::NameSpace = GOFF::ESD_NS_NormalName

Definition at line 55 of file MCGOFFAttributes.h.

◆ ReservedQwords

GOFF::ESDReserveQwords llvm::GOFF::EDAttr::ReservedQwords = GOFF::ESD_RQ_0

Definition at line 59 of file MCGOFFAttributes.h.

◆ Rmode

GOFF::ESDRmode llvm::GOFF::EDAttr::Rmode

Definition at line 54 of file MCGOFFAttributes.h.

◆ TextStyle

GOFF::ESDTextStyle llvm::GOFF::EDAttr::TextStyle = GOFF::ESD_TS_ByteOriented

Definition at line 56 of file MCGOFFAttributes.h.


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