LLVM 20.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 266 of file COFF.h.
Referenced by llvm::object::COFFSymbolRef::getNumberOfAuxSymbols(), and llvm::object::COFFObjectFile::moveSymbolNext().
StringTableOffset llvm::object::coff_symbol< SectionNumberType >::Offset |
Definition at line 257 of file COFF.h.
Referenced by llvm::object::COFFSymbolRef::getStringTableOffset().
SectionNumberType llvm::object::coff_symbol< SectionNumberType >::SectionNumber |
Definition at line 261 of file COFF.h.
Referenced by llvm::object::COFFSymbolRef::getSectionNumber(), and llvm::objcopy::coff::handleArgs().
char llvm::object::coff_symbol< SectionNumberType >::ShortName[COFF::NameSize] |
Definition at line 256 of file COFF.h.
Referenced by llvm::object::COFFSymbolRef::getShortName().
uint8_t llvm::object::coff_symbol< SectionNumberType >::StorageClass |
Definition at line 265 of file COFF.h.
Referenced by llvm::object::COFFSymbolRef::getStorageClass(), and llvm::objcopy::coff::handleArgs().
support::ulittle16_t llvm::object::coff_symbol< SectionNumberType >::Type |
Definition at line 263 of file COFF.h.
Referenced by llvm::object::COFFSymbolRef::getType().
support::ulittle32_t llvm::object::coff_symbol< SectionNumberType >::Value |
Definition at line 260 of file COFF.h.
Referenced by llvm::object::COFFSymbolRef::getValue().