LLVM
8.0.1
|
#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. More... | |
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. More... | |
DataRefImpl | getRawDataRefImpl () const |
const ObjectFile * | getObject () const |
Definition at line 169 of file ELFObjectFile.h.
|
inline |
Definition at line 171 of file ELFObjectFile.h.
References assert(), and llvm::object::RelocationRef::getObject().
|
inline |
Definition at line 179 of file ELFObjectFile.h.
References getObject().
Referenced by llvm::object::RelocVisitor::error(), loadObj(), and llvm::RuntimeDyldELF::processRelocationRef().
|
inline |
Definition at line 175 of file ELFObjectFile.h.
References llvm::object::RelocationRef::getObject().