LLVM 19.0.0git
Public Attributes | List of all members
llvm::COFF::relocation Struct Reference

#include "llvm/BinaryFormat/COFF.h"

Public Attributes

uint32_t VirtualAddress
 
uint32_t SymbolTableIndex
 
uint16_t Type
 

Detailed Description

Definition at line 339 of file COFF.h.

Member Data Documentation

◆ SymbolTableIndex

uint32_t llvm::COFF::relocation::SymbolTableIndex

Definition at line 341 of file COFF.h.

◆ Type

uint16_t llvm::COFF::relocation::Type

Definition at line 342 of file COFF.h.

◆ VirtualAddress

uint32_t llvm::COFF::relocation::VirtualAddress

Definition at line 340 of file COFF.h.


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