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

#include "llvm/Object/XCOFFObjectFile.h"

Public Attributes

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

Detailed Description

Definition at line 245 of file XCOFFObjectFile.h.

Member Data Documentation

◆ SectionNum

support::big16_t llvm::object::LoaderSectionRelocationEntry64::SectionNum

Definition at line 248 of file XCOFFObjectFile.h.

◆ SymbolIndex

support::big32_t llvm::object::LoaderSectionRelocationEntry64::SymbolIndex

Definition at line 249 of file XCOFFObjectFile.h.

◆ Type

support::ubig16_t llvm::object::LoaderSectionRelocationEntry64::Type

Definition at line 247 of file XCOFFObjectFile.h.

◆ VirtualAddr

support::ubig64_t llvm::object::LoaderSectionRelocationEntry64::VirtualAddr

Definition at line 246 of file XCOFFObjectFile.h.


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