LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Public Member Functions | Public Attributes | List of all members
llvm::object::coff_symbol Struct Reference

#include <COFF.h>

Collaboration diagram for llvm::object::coff_symbol:
Collaboration graph
[legend]

Classes

struct  StringTableOffset
 

Public Member Functions

uint8_t getBaseType () const
 
uint8_t getComplexType () const
 

Public Attributes

union {
   char   ShortName [8]
 
   StringTableOffset   Offset
 
Name
 
support::ulittle32_t Value
 
support::little16_t SectionNumber
 
support::ulittle16_t Type
 
support::ulittle8_t StorageClass
 
support::ulittle8_t NumberOfAuxSymbols
 

Detailed Description

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

Member Function Documentation

uint8_t llvm::object::coff_symbol::getBaseType ( ) const
inline

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

uint8_t llvm::object::coff_symbol::getComplexType ( ) const
inline

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

Referenced by llvm::object::COFFObjectFile::getSymbolType().

Member Data Documentation

union { ... } llvm::object::coff_symbol::Name
support::ulittle8_t llvm::object::coff_symbol::NumberOfAuxSymbols
StringTableOffset llvm::object::coff_symbol::Offset

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

support::little16_t llvm::object::coff_symbol::SectionNumber
char llvm::object::coff_symbol::ShortName[8]

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

support::ulittle8_t llvm::object::coff_symbol::StorageClass
support::ulittle16_t llvm::object::coff_symbol::Type

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

support::ulittle32_t llvm::object::coff_symbol::Value

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