LLVM 19.0.0git
Public Attributes | List of all members
llvm::object::LoaderSectionRelocationEntry32 Struct Reference

#include "llvm/Object/XCOFFObjectFile.h"

Public Attributes

support::ubig32_t VirtualAddr
 
support::big32_t SymbolIndex
 
support::ubig16_t Type
 
support::big16_t SectionNum
 

Detailed Description

Definition at line 238 of file XCOFFObjectFile.h.

Member Data Documentation

◆ SectionNum

support::big16_t llvm::object::LoaderSectionRelocationEntry32::SectionNum

Definition at line 242 of file XCOFFObjectFile.h.

◆ SymbolIndex

support::big32_t llvm::object::LoaderSectionRelocationEntry32::SymbolIndex

Definition at line 240 of file XCOFFObjectFile.h.

◆ Type

support::ubig16_t llvm::object::LoaderSectionRelocationEntry32::Type

Definition at line 241 of file XCOFFObjectFile.h.

◆ VirtualAddr

support::ubig32_t llvm::object::LoaderSectionRelocationEntry32::VirtualAddr

Definition at line 239 of file XCOFFObjectFile.h.


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