LLVM  4.0.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 294 of file Support/COFF.h.

Member Data Documentation

uint32_t llvm::COFF::relocation::SymbolTableIndex

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

uint16_t llvm::COFF::relocation::Type

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

uint32_t llvm::COFF::relocation::VirtualAddress

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


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