LLVM 22.0.0git
llvm::ELFRelocationEntry Struct Reference

#include "llvm/MC/MCELFObjectWriter.h"

Public Member Functions

 ELFRelocationEntry (uint64_t Offset, const MCSymbolELF *Symbol, unsigned Type, uint64_t Addend)
void print (raw_ostream &Out) const
LLVM_DUMP_METHOD void dump () const

Public Attributes

uint64_t Offset
const MCSymbolELFSymbol
unsigned Type
uint64_t Addend

Detailed Description

Definition at line 35 of file MCELFObjectWriter.h.

Constructor & Destructor Documentation

◆ ELFRelocationEntry()

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

Definition at line 41 of file MCELFObjectWriter.h.

References Addend, Offset, Symbol, and Type.

Member Function Documentation

◆ dump()

LLVM_DUMP_METHOD void llvm::ELFRelocationEntry::dump ( ) const
inline

Definition at line 50 of file MCELFObjectWriter.h.

References llvm::errs(), LLVM_DUMP_METHOD, and print().

◆ print()

void llvm::ELFRelocationEntry::print ( raw_ostream & Out) const
inline

Definition at line 45 of file MCELFObjectWriter.h.

References Addend, Offset, Symbol, and Type.

Referenced by dump().

Member Data Documentation

◆ Addend

uint64_t llvm::ELFRelocationEntry::Addend

Definition at line 39 of file MCELFObjectWriter.h.

Referenced by ELFRelocationEntry(), and print().

◆ Offset

uint64_t llvm::ELFRelocationEntry::Offset

Definition at line 36 of file MCELFObjectWriter.h.

Referenced by ELFRelocationEntry(), and print().

◆ Symbol

const MCSymbolELF* llvm::ELFRelocationEntry::Symbol

Definition at line 37 of file MCELFObjectWriter.h.

Referenced by ELFRelocationEntry(), and print().

◆ Type

unsigned llvm::ELFRelocationEntry::Type

Definition at line 38 of file MCELFObjectWriter.h.

Referenced by ELFRelocationEntry(), and print().


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