LLVM
8.0.1
|
This is a value type class that represents a single relocation in the list of relocations in the object file. More...
#include "llvm/Object/ObjectFile.h"
Public Member Functions | |
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 |
This is a value type class that represents a single relocation in the list of relocations in the object file.
Definition at line 52 of file ObjectFile.h.
|
default |
|
inline |
Definition at line 495 of file ObjectFile.h.
|
inline |
Definition at line 528 of file ObjectFile.h.
Referenced by llvm::object::ELFRelocationRef::ELFRelocationRef(), llvm::object::ELFRelocationRef::getObject(), llvm::object::SectionRef::relocations(), and llvm::object::SymbolRef::SymbolRef().
|
inline |
Definition at line 508 of file ObjectFile.h.
References llvm::object::ObjectFile::getRelocationOffset().
Referenced by llvm::object::RelocVisitor::error().
|
inline |
Definition at line 524 of file ObjectFile.h.
Referenced by llvm::object::COFFObjectFile::getCOFFRelocation(), llvm::object::WasmObjectFile::getWasmRelocation(), and llvm::object::SectionRef::relocations().
|
inline |
Definition at line 512 of file ObjectFile.h.
References llvm::object::ObjectFile::getRelocationSymbol().
|
inline |
Definition at line 516 of file ObjectFile.h.
References llvm::object::ObjectFile::getRelocationType().
Referenced by llvm::RuntimeDyldELF::isCompatibleFile(), and llvm::object::SymbolRef::SymbolRef().
|
inline |
Get a string that represents the type of this relocation.
This is for display purposes only.
Definition at line 520 of file ObjectFile.h.
References llvm::object::ObjectFile::getRelocationTypeName().
|
inline |
Definition at line 504 of file ObjectFile.h.
References llvm::object::ObjectFile::moveRelocationNext().
|
inline |
Definition at line 500 of file ObjectFile.h.