LLVM  8.0.1
Public Member Functions | List of all members
llvm::object::ELFRelocationRef Class Reference

#include "llvm/Object/ELFObjectFile.h"

Inheritance diagram for llvm::object::ELFRelocationRef:
Inheritance graph
[legend]
Collaboration diagram for llvm::object::ELFRelocationRef:
Collaboration graph
[legend]

Public Member Functions

 ELFRelocationRef (const RelocationRef &B)
 
const ELFObjectFileBasegetObject () 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 ObjectFilegetObject () const
 

Detailed Description

Definition at line 169 of file ELFObjectFile.h.

Constructor & Destructor Documentation

◆ ELFRelocationRef()

llvm::object::ELFRelocationRef::ELFRelocationRef ( const RelocationRef B)
inline

Definition at line 171 of file ELFObjectFile.h.

References assert(), and llvm::object::RelocationRef::getObject().

Member Function Documentation

◆ getAddend()

Expected<int64_t> llvm::object::ELFRelocationRef::getAddend ( ) const
inline

◆ getObject()

const ELFObjectFileBase* llvm::object::ELFRelocationRef::getObject ( ) const
inline

Definition at line 175 of file ELFObjectFile.h.

References llvm::object::RelocationRef::getObject().


The documentation for this class was generated from the following file: