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

#include "llvm/Object/COFF.h"

Public Attributes

support::ulittle32_t VirtualAddress
 
support::ulittle32_t SymbolTableIndex
 
support::ulittle16_t Type
 

Detailed Description

Definition at line 474 of file COFF.h.

Member Data Documentation

◆ SymbolTableIndex

support::ulittle32_t llvm::object::coff_relocation::SymbolTableIndex

Definition at line 476 of file COFF.h.

◆ Type

support::ulittle16_t llvm::object::coff_relocation::Type

Definition at line 477 of file COFF.h.

Referenced by llvm::object::COFFObjectFile::getRelocationTypeName().

◆ VirtualAddress

support::ulittle32_t llvm::object::coff_relocation::VirtualAddress

Definition at line 475 of file COFF.h.

Referenced by getNumberOfRelocations().


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