LLVM  3.7.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
 

Detailed Description

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

Member Data Documentation

uint8_t llvm::object::coff_aux_clr_token::AuxType

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

uint8_t llvm::object::coff_aux_clr_token::Reserved

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

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

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


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