LLVM: llvm::object::ELFRelocationRef Class Reference (original) (raw)

#include "[llvm/Object/ELFObjectFile.h](ELFObjectFile%5F8h%5Fsource.html)"

Inheritance diagram for llvm::object::ELFRelocationRef:

[legend]

Public Member Functions
ELFRelocationRef (const RelocationRef &B)
const ELFObjectFileBase * getObject () const
Expected< int64_t > getAddend () const
Public Member Functions inherited from llvm::object::RelocationRef
RelocationRef ()=default
RelocationRef (DataRefImpl RelocationP, const ObjectFile *Owner)
RelocationRef.
bool operator== (const RelocationRef &Other) const
void moveNext ()
uint64_t getOffset () const
symbol_iterator getSymbol () const
uint64_t getType () const
void getTypeName (SmallVectorImpl< char > &Result) const
Get a string that represents the type of this relocation.
DataRefImpl getRawDataRefImpl () const
const ObjectFile * getObject () const

Detailed Description

Definition at line 231 of file ELFObjectFile.h.

Constructor & Destructor Documentation

llvm::object::ELFRelocationRef::ELFRelocationRef ( const RelocationRef & B) inline

Definition at line 233 of file ELFObjectFile.h.

References assert(), B(), llvm::object::RelocationRef::getObject(), llvm::isa(), and llvm::object::RelocationRef::RelocationRef().

Member Function Documentation

getAddend()

Expected< int64_t > llvm::object::ELFRelocationRef::getAddend ( ) const inline

Definition at line 241 of file ELFObjectFile.h.

References getObject(), llvm::object::RelocationRef::getRawDataRefImpl(), and llvm::object::ELFObjectFileBase::getRelocationAddend().

Referenced by llvm::object::getELFAddend(), loadObj(), and llvm::RuntimeDyldELF::processRelocationRef().

getObject()

const ELFObjectFileBase * llvm::object::ELFRelocationRef::getObject ( ) const inline

Definition at line 237 of file ELFObjectFile.h.

References llvm::cast(), and llvm::object::RelocationRef::getObject().

Referenced by getAddend().


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