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

#include "llvm/BinaryFormat/COFF.h"

Collaboration diagram for llvm::COFF::relocation:
Collaboration graph
[legend]

Public Attributes

uint32_t VirtualAddress
 
uint32_t SymbolTableIndex
 
uint16_t Type
 

Detailed Description

Definition at line 325 of file COFF.h.

Member Data Documentation

◆ SymbolTableIndex

uint32_t llvm::COFF::relocation::SymbolTableIndex

Definition at line 327 of file COFF.h.

Referenced by encodeBase64StringEntry().

◆ Type

uint16_t llvm::COFF::relocation::Type

Definition at line 328 of file COFF.h.

Referenced by encodeBase64StringEntry().

◆ VirtualAddress

uint32_t llvm::COFF::relocation::VirtualAddress

Definition at line 326 of file COFF.h.

Referenced by encodeBase64StringEntry().


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