LLVM API Documentation

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

#include <COFF.h>

Collaboration diagram for llvm::COFF::symbol:
Collaboration graph
[legend]

Public Attributes

char Name [NameSize]
 
uint32_t Value
 
uint16_t SectionNumber
 
uint16_t Type
 
uint8_t StorageClass
 
uint8_t NumberOfAuxSymbols
 

Detailed Description

Definition at line 121 of file Support/COFF.h.

Member Data Documentation

char llvm::COFF::symbol::Name[NameSize]

Definition at line 122 of file Support/COFF.h.

uint8_t llvm::COFF::symbol::NumberOfAuxSymbols
uint16_t llvm::COFF::symbol::SectionNumber
uint8_t llvm::COFF::symbol::StorageClass
uint16_t llvm::COFF::symbol::Type

Definition at line 125 of file Support/COFF.h.

uint32_t llvm::COFF::symbol::Value

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