LLVM  4.0.0
Public Attributes | List of all members
llvm::COFF::symbol Struct Reference

#include <COFF.h>

Collaboration diagram for llvm::COFF::symbol:
[legend]

Public Attributes

char Name [NameSize]
 
uint32_t Value
 
int32_t SectionNumber
 
uint16_t Type
 
uint8_t StorageClass
 
uint8_t NumberOfAuxSymbols
 

Detailed Description

Definition at line 155 of file Support/COFF.h.

Member Data Documentation

char llvm::COFF::symbol::Name[NameSize]

Definition at line 156 of file Support/COFF.h.

uint8_t llvm::COFF::symbol::NumberOfAuxSymbols

Definition at line 161 of file Support/COFF.h.

int32_t llvm::COFF::symbol::SectionNumber
uint8_t llvm::COFF::symbol::StorageClass
uint16_t llvm::COFF::symbol::Type

Definition at line 159 of file Support/COFF.h.

uint32_t llvm::COFF::symbol::Value

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