LLVM: llvm::object::coff_symbol< SectionNumberType > Struct Template Reference (original) (raw)

#include "[llvm/Object/COFF.h](Object%5F2COFF%5F8h%5Fsource.html)"

Public Attributes
union {
char ShortName [COFF::NameSize]
StringTableOffset Offset
} Name
support::ulittle32_t Value
SectionNumberType SectionNumber
support::ulittle16_t Type
uint8_t StorageClass
uint8_t NumberOfAuxSymbols

template
struct llvm::object::coff_symbol< SectionNumberType >

Definition at line 255 of file COFF.h.

[union]

NumberOfAuxSymbols

template

Offset

template

Definition at line 258 of file COFF.h.

SectionNumber

template

Definition at line 262 of file COFF.h.

ShortName

template

Definition at line 257 of file COFF.h.

StorageClass

template

Definition at line 266 of file COFF.h.

Type

template

Definition at line 264 of file COFF.h.

Value

template

Definition at line 261 of file COFF.h.


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