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

#include <COFF.h>

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

Public Attributes

uint32_t VirtualAddress
 
uint32_t SymbolTableIndex
 
uint16_t Type
 

Detailed Description

Definition at line 287 of file Support/COFF.h.

Member Data Documentation

uint32_t llvm::COFF::relocation::SymbolTableIndex

Definition at line 289 of file Support/COFF.h.

uint16_t llvm::COFF::relocation::Type

Definition at line 290 of file Support/COFF.h.

uint32_t llvm::COFF::relocation::VirtualAddress

Definition at line 288 of file Support/COFF.h.


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