|
LLVM
4.0.0
|
This is a value type class that represents a single relocation in the list of relocations in the object file. More...
#include <ObjectFile.h>
Public Member Functions | |
| 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 |
This is a value type class that represents a single relocation in the list of relocations in the object file.
Definition at line 41 of file ObjectFile.h.
|
inline |
Definition at line 46 of file ObjectFile.h.
|
inline |
Definition at line 437 of file ObjectFile.h.
|
inline |
Definition at line 470 of file ObjectFile.h.
Referenced by llvm::object::ELFRelocationRef::ELFRelocationRef(), and llvm::object::ELFRelocationRef::getObject().
|
inline |
Definition at line 450 of file ObjectFile.h.
References llvm::object::ObjectFile::getRelocationOffset().
|
inline |
Definition at line 466 of file ObjectFile.h.
Referenced by llvm::object::ELFRelocationRef::getAddend(), and llvm::object::COFFObjectFile::getCOFFRelocation().
|
inline |
Definition at line 454 of file ObjectFile.h.
References llvm::object::ObjectFile::getRelocationSymbol().
|
inline |
Definition at line 458 of file ObjectFile.h.
References llvm::object::ObjectFile::getRelocationType().
|
inline |
Get a string that represents the type of this relocation.
This is for display purposes only.
Definition at line 462 of file ObjectFile.h.
References llvm::object::ObjectFile::getRelocationTypeName().
|
inline |
Definition at line 446 of file ObjectFile.h.
References llvm::object::ObjectFile::moveRelocationNext().
|
inline |
Definition at line 442 of file ObjectFile.h.
1.8.6