LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::object::LoaderSectionSymbolEntry64 Struct Reference

#include "llvm/Object/XCOFFObjectFile.h"

Public Member Functions

Expected< StringRefgetSymbolName (const LoaderSectionHeader64 *LoaderSecHeader) const
 

Public Attributes

support::ubig64_t Value
 
support::ubig32_t Offset
 
support::big16_t SectionNumber
 
uint8_t SymbolType
 
XCOFF::StorageClass StorageClass
 
support::ubig32_t ImportFileID
 
support::ubig32_t ParameterTypeCheck
 

Detailed Description

Definition at line 225 of file XCOFFObjectFile.h.

Member Function Documentation

◆ getSymbolName()

Expected< StringRef > llvm::object::LoaderSectionSymbolEntry64::getSymbolName ( const LoaderSectionHeader64 LoaderSecHeader) const

Definition at line 121 of file XCOFFObjectFile.cpp.

References llvm::object::getLoaderSecSymNameInStrTbl(), and Offset.

Member Data Documentation

◆ ImportFileID

support::ubig32_t llvm::object::LoaderSectionSymbolEntry64::ImportFileID

Definition at line 231 of file XCOFFObjectFile.h.

◆ Offset

support::ubig32_t llvm::object::LoaderSectionSymbolEntry64::Offset

Definition at line 227 of file XCOFFObjectFile.h.

Referenced by getSymbolName().

◆ ParameterTypeCheck

support::ubig32_t llvm::object::LoaderSectionSymbolEntry64::ParameterTypeCheck

Definition at line 232 of file XCOFFObjectFile.h.

◆ SectionNumber

support::big16_t llvm::object::LoaderSectionSymbolEntry64::SectionNumber

Definition at line 228 of file XCOFFObjectFile.h.

◆ StorageClass

XCOFF::StorageClass llvm::object::LoaderSectionSymbolEntry64::StorageClass

Definition at line 230 of file XCOFFObjectFile.h.

◆ SymbolType

uint8_t llvm::object::LoaderSectionSymbolEntry64::SymbolType

Definition at line 229 of file XCOFFObjectFile.h.

◆ Value

support::ubig64_t llvm::object::LoaderSectionSymbolEntry64::Value

Definition at line 226 of file XCOFFObjectFile.h.


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