LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
llvm::COFF::relocation Struct Reference

#include <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 265 of file Support/COFF.h.

Member Data Documentation

uint32_t llvm::COFF::relocation::SymbolTableIndex

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

uint16_t llvm::COFF::relocation::Type

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

uint32_t llvm::COFF::relocation::VirtualAddress

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


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