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

Base class for object file relocation visitors. More...

#include "llvm/Object/RelocVisitor.h"

Public Member Functions

 RelocVisitor (const ObjectFile &Obj)
 
uint64_t visit (uint32_t Rel, RelocationRef R, uint64_t Value=0)
 
bool error ()
 

Detailed Description

Base class for object file relocation visitors.

Definition at line 36 of file RelocVisitor.h.

Constructor & Destructor Documentation

◆ RelocVisitor()

llvm::object::RelocVisitor::RelocVisitor ( const ObjectFile Obj)
inlineexplicit

Definition at line 38 of file RelocVisitor.h.

Member Function Documentation

◆ error()

bool llvm::object::RelocVisitor::error ( )
inline

◆ visit()

uint64_t llvm::object::RelocVisitor::visit ( uint32_t  Rel,
RelocationRef  R,
uint64_t  Value = 0 
)
inline

Definition at line 43 of file RelocVisitor.h.


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