|
LLVM 22.0.0git
|
#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 |
Definition at line 267 of file COFF.h.
Referenced by llvm::object::COFFObjectFile::moveSymbolNext().
| 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 |