LLVM  3.7.0
Public Member Functions | Public Attributes | List of all members
llvm::ELFRelocationEntry Struct Reference

#include <MCELFObjectWriter.h>

Collaboration diagram for llvm::ELFRelocationEntry:
[legend]

Public Member Functions

 ELFRelocationEntry (uint64_t Offset, const MCSymbolELF *Symbol, unsigned Type, uint64_t Addend)
 

Public Attributes

uint64_t Offset
 
const MCSymbolELFSymbol
 
unsigned Type
 
uint64_t Addend
 

Detailed Description

Definition at line 28 of file MCELFObjectWriter.h.

Constructor & Destructor Documentation

llvm::ELFRelocationEntry::ELFRelocationEntry ( uint64_t  Offset,
const MCSymbolELF Symbol,
unsigned  Type,
uint64_t  Addend 
)
inline

Definition at line 34 of file MCELFObjectWriter.h.

Member Data Documentation

uint64_t llvm::ELFRelocationEntry::Addend

Definition at line 32 of file MCELFObjectWriter.h.

uint64_t llvm::ELFRelocationEntry::Offset

Definition at line 29 of file MCELFObjectWriter.h.

Referenced by cmpRel().

const MCSymbolELF* llvm::ELFRelocationEntry::Symbol

Definition at line 30 of file MCELFObjectWriter.h.

Referenced by areMatchingHiAndLo(), and getMatchingLoType().

unsigned llvm::ELFRelocationEntry::Type

Definition at line 31 of file MCELFObjectWriter.h.

Referenced by areMatchingHiAndLo(), cmpRel(), and getMatchingLoType().


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