LLVM 20.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 478 of file COFF.h.

Member Data Documentation

◆ SymbolTableIndex

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

Definition at line 480 of file COFF.h.

◆ Type

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

Definition at line 481 of file COFF.h.

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

◆ VirtualAddress

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

Definition at line 479 of file COFF.h.

Referenced by getNumberOfRelocations().


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