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

#include "llvm/MC/MCGOFFAttributes.h"

Public Attributes

bool IsRenamable = false
 
GOFF::ESDExecutable Executable = GOFF::ESD_EXE_Unspecified
 
GOFF::ESDLinkageType Linkage = GOFF::ESD_LT_XPLink
 
GOFF::ESDBindingScope BindingScope = GOFF::ESD_BSC_Unspecified
 
uint32_t SortKey = 0
 

Detailed Description

Definition at line 75 of file MCGOFFAttributes.h.

Member Data Documentation

◆ BindingScope

GOFF::ESDBindingScope llvm::GOFF::PRAttr::BindingScope = GOFF::ESD_BSC_Unspecified

Definition at line 79 of file MCGOFFAttributes.h.

◆ Executable

GOFF::ESDExecutable llvm::GOFF::PRAttr::Executable = GOFF::ESD_EXE_Unspecified

Definition at line 77 of file MCGOFFAttributes.h.

◆ IsRenamable

bool llvm::GOFF::PRAttr::IsRenamable = false

Definition at line 76 of file MCGOFFAttributes.h.

◆ Linkage

GOFF::ESDLinkageType llvm::GOFF::PRAttr::Linkage = GOFF::ESD_LT_XPLink

Definition at line 78 of file MCGOFFAttributes.h.

◆ SortKey

uint32_t llvm::GOFF::PRAttr::SortKey = 0

Definition at line 80 of file MCGOFFAttributes.h.


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