LLVM 20.0.0git
|
#include "llvm/Object/ELFObjectFile.h"
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 |
Definition at line 228 of file ELFObjectFile.h.
|
inline |
Definition at line 230 of file ELFObjectFile.h.
References assert(), and llvm::object::RelocationRef::getObject().
|
inline |
Definition at line 238 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().
|
inline |
Definition at line 234 of file ELFObjectFile.h.
References llvm::object::RelocationRef::getObject().
Referenced by getAddend().