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

#include <ELFObjectFile.h>

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

Public Member Functions

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

Detailed Description

Definition at line 140 of file ELFObjectFile.h.

Constructor & Destructor Documentation

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

Definition at line 142 of file ELFObjectFile.h.

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

Member Function Documentation

ErrorOr<int64_t> llvm::object::ELFRelocationRef::getAddend ( ) const
inline
const ELFObjectFileBase* llvm::object::ELFRelocationRef::getObject ( ) const
inline

Definition at line 146 of file ELFObjectFile.h.

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

Referenced by getAddend().


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