LLVM 22.0.0git
llvm::object::LoaderSectionSymbolEntry32 Struct Reference

#include "llvm/Object/XCOFFObjectFile.h"

Classes

struct  NameOffsetInStrTbl

Public Member Functions

LLVM_ABI Expected< StringRefgetSymbolName (const LoaderSectionHeader32 *LoaderSecHeader) const

Public Attributes

char SymbolName [XCOFF::NameSize]
support::ubig32_t Value
support::big16_t SectionNumber
uint8_t SymbolType
XCOFF::StorageClass StorageClass
support::ubig32_t ImportFileID
support::ubig32_t ParameterTypeCheck

Detailed Description

Definition at line 213 of file XCOFFObjectFile.h.

Member Function Documentation

◆ getSymbolName()

Member Data Documentation

◆ ImportFileID

support::ubig32_t llvm::object::LoaderSectionSymbolEntry32::ImportFileID

Definition at line 224 of file XCOFFObjectFile.h.

◆ ParameterTypeCheck

support::ubig32_t llvm::object::LoaderSectionSymbolEntry32::ParameterTypeCheck

Definition at line 225 of file XCOFFObjectFile.h.

◆ SectionNumber

support::big16_t llvm::object::LoaderSectionSymbolEntry32::SectionNumber

Definition at line 221 of file XCOFFObjectFile.h.

◆ StorageClass

XCOFF::StorageClass llvm::object::LoaderSectionSymbolEntry32::StorageClass

Definition at line 223 of file XCOFFObjectFile.h.

◆ SymbolName

char llvm::object::LoaderSectionSymbolEntry32::SymbolName[XCOFF::NameSize]

Definition at line 219 of file XCOFFObjectFile.h.

Referenced by getSymbolName().

◆ SymbolType

uint8_t llvm::object::LoaderSectionSymbolEntry32::SymbolType

Definition at line 222 of file XCOFFObjectFile.h.

◆ Value

support::ubig32_t llvm::object::LoaderSectionSymbolEntry32::Value

Definition at line 220 of file XCOFFObjectFile.h.


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