LLVM 20.0.0git
|
#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 MCSymbolELF * | Symbol |
unsigned | Type |
uint64_t | Addend |
Definition at line 35 of file MCELFObjectWriter.h.
|
inline |
Definition at line 41 of file MCELFObjectWriter.h.
|
inline |
Definition at line 50 of file MCELFObjectWriter.h.
References llvm::errs(), and print().
|
inline |
uint64_t llvm::ELFRelocationEntry::Addend |
Definition at line 39 of file MCELFObjectWriter.h.
Referenced by print().
uint64_t llvm::ELFRelocationEntry::Offset |
Definition at line 36 of file MCELFObjectWriter.h.
Referenced by print().
const MCSymbolELF* llvm::ELFRelocationEntry::Symbol |
Definition at line 37 of file MCELFObjectWriter.h.
Referenced by getMatchingLoType(), and print().
unsigned llvm::ELFRelocationEntry::Type |
Definition at line 38 of file MCELFObjectWriter.h.
Referenced by getMatchingLoType().