LLVM API Documentation

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

#include <COFF.h>

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

Public Attributes

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

Detailed Description

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

Member Data Documentation

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

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

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


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