LLVM 19.0.0git
Public Attributes | List of all members
llvm::object::coff_aux_clr_token Struct Reference

#include "llvm/Object/COFF.h"

Public Attributes

uint8_t AuxType
 
uint8_t Reserved
 
support::ulittle32_t SymbolTableIndex
 
char MBZ [12]
 

Detailed Description

Definition at line 531 of file COFF.h.

Member Data Documentation

◆ AuxType

uint8_t llvm::object::coff_aux_clr_token::AuxType

Definition at line 532 of file COFF.h.

◆ MBZ

char llvm::object::coff_aux_clr_token::MBZ[12]

Definition at line 535 of file COFF.h.

◆ Reserved

uint8_t llvm::object::coff_aux_clr_token::Reserved

Definition at line 533 of file COFF.h.

◆ SymbolTableIndex

support::ulittle32_t llvm::object::coff_aux_clr_token::SymbolTableIndex

Definition at line 534 of file COFF.h.


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