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

#include "llvm/Object/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 472 of file COFF.h.

Member Data Documentation

◆ SymbolTableIndex

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

Definition at line 474 of file COFF.h.

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

◆ Type

support::ulittle16_t llvm::object::coff_relocation::Type

◆ VirtualAddress

support::ulittle32_t llvm::object::coff_relocation::VirtualAddress

Definition at line 473 of file COFF.h.

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


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