LLVM
8.0.1
|
#include "llvm/Object/COFF.h"
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 |
union { ... } llvm::object::coff_symbol< SectionNumberType >::Name |
uint8_t llvm::object::coff_symbol< SectionNumberType >::NumberOfAuxSymbols |
StringTableOffset llvm::object::coff_symbol< SectionNumberType >::Offset |
SectionNumberType llvm::object::coff_symbol< SectionNumberType >::SectionNumber |
char llvm::object::coff_symbol< SectionNumberType >::ShortName[COFF::NameSize] |
uint8_t llvm::object::coff_symbol< SectionNumberType >::StorageClass |
support::ulittle16_t llvm::object::coff_symbol< SectionNumberType >::Type |
support::ulittle32_t llvm::object::coff_symbol< SectionNumberType >::Value |