|
LLVM
4.0.0
|
#include <ELFObjectFile.h>
Public Member Functions | |
| ELFRelocationRef (const RelocationRef &B) | |
| const ELFObjectFileBase * | getObject () const |
| ErrorOr< int64_t > | getAddend () const |
Public Member Functions inherited from llvm::object::RelocationRef | |
| RelocationRef () | |
| 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 153 of file ELFObjectFile.h.
|
inline |
Definition at line 155 of file ELFObjectFile.h.
References assert(), and llvm::object::RelocationRef::getObject().
|
inline |
Definition at line 163 of file ELFObjectFile.h.
References getObject(), llvm::object::RelocationRef::getRawDataRefImpl(), and llvm::object::ELFObjectFileBase::getRelocationAddend().
Referenced by llvm::RuntimeDyldELF::processRelocationRef().
|
inline |
Definition at line 159 of file ELFObjectFile.h.
References llvm::object::RelocationRef::getObject().
Referenced by getAddend().
1.8.6