LLVM  3.7.0
Public Attributes | List of all members
llvm::object::coff_relocation Struct Reference

#include <COFF.h>

Collaboration diagram for llvm::object::coff_relocation:
[legend]

Public Attributes

support::ulittle32_t VirtualAddress
 
support::ulittle32_t SymbolTableIndex
 
support::ulittle16_t Type
 

Detailed Description

Definition at line 419 of file Object/COFF.h.

Member Data Documentation

support::ulittle32_t llvm::object::coff_relocation::SymbolTableIndex

Definition at line 421 of file Object/COFF.h.

Referenced by llvm::object::COFFObjectFile::getRelocationSymbol().

support::ulittle16_t llvm::object::coff_relocation::Type
support::ulittle32_t llvm::object::coff_relocation::VirtualAddress

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