LLVM API Documentation

Public Attributes
llvm::object::coff_symbol< SectionNumberType > Struct Template Reference

#include <COFF.h>

Collaboration diagram for llvm::object::coff_symbol< SectionNumberType >:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

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

Definition at line 207 of file Object/COFF.h.


Member Data Documentation

union { ... } llvm::object::coff_symbol< SectionNumberType >::Name
template<typename SectionNumberType >
uint8_t llvm::object::coff_symbol< SectionNumberType >::NumberOfAuxSymbols
template<typename SectionNumberType >
StringTableOffset llvm::object::coff_symbol< SectionNumberType >::Offset

Definition at line 210 of file Object/COFF.h.

Referenced by llvm::object::COFFSymbolRef::getStringTableOffset().

template<typename SectionNumberType >
SectionNumberType llvm::object::coff_symbol< SectionNumberType >::SectionNumber

Definition at line 214 of file Object/COFF.h.

Referenced by llvm::object::COFFSymbolRef::getSectionNumber().

template<typename SectionNumberType >
char llvm::object::coff_symbol< SectionNumberType >::ShortName[COFF::NameSize]

Definition at line 209 of file Object/COFF.h.

Referenced by llvm::object::COFFSymbolRef::getShortName().

template<typename SectionNumberType >
uint8_t llvm::object::coff_symbol< SectionNumberType >::StorageClass

Definition at line 218 of file Object/COFF.h.

Referenced by llvm::object::COFFSymbolRef::getStorageClass().

template<typename SectionNumberType >
support::ulittle16_t llvm::object::coff_symbol< SectionNumberType >::Type

Definition at line 216 of file Object/COFF.h.

Referenced by llvm::object::COFFSymbolRef::getType().

template<typename SectionNumberType >
support::ulittle32_t llvm::object::coff_symbol< SectionNumberType >::Value

Definition at line 213 of file Object/COFF.h.

Referenced by llvm::object::COFFSymbolRef::getValue().


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