LLVM 22.0.0git
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 251 of file XCOFFObjectFile.h.

Member Data Documentation

◆ SectionNum

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

Definition at line 254 of file XCOFFObjectFile.h.

◆ SymbolIndex

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

Definition at line 255 of file XCOFFObjectFile.h.

◆ Type

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

Definition at line 253 of file XCOFFObjectFile.h.

◆ VirtualAddr

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

Definition at line 252 of file XCOFFObjectFile.h.


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