LLVM 19.0.0git
Public Attributes | List of all members
llvm::object::coff_symbol< SectionNumberType > Struct Template Reference

#include "llvm/Object/COFF.h"

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

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 250 of file COFF.h.

Member Data Documentation

◆ 

union { ... } llvm::object::coff_symbol< SectionNumberType >::Name

◆ NumberOfAuxSymbols

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

◆ Offset

template<typename SectionNumberType >
StringTableOffset llvm::object::coff_symbol< SectionNumberType >::Offset

Definition at line 253 of file COFF.h.

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

◆ SectionNumber

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

◆ ShortName

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

Definition at line 252 of file COFF.h.

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

◆ StorageClass

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

◆ Type

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

Definition at line 259 of file COFF.h.

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

◆ Value

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

Definition at line 256 of file COFF.h.

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


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