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

#include <COFF.h>

Collaboration diagram for llvm::object::coff_aux_clr_token:
[legend]

Public Attributes

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

Detailed Description

Definition at line 492 of file Object/COFF.h.

Member Data Documentation

uint8_t llvm::object::coff_aux_clr_token::AuxType

Definition at line 493 of file Object/COFF.h.

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

Definition at line 496 of file Object/COFF.h.

uint8_t llvm::object::coff_aux_clr_token::Reserved

Definition at line 494 of file Object/COFF.h.

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

Definition at line 495 of file Object/COFF.h.


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