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

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

#include <RelocVisitor.h>

Public Member Functions

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

Detailed Description

Base class for object file relocation visitors.

Definition at line 43 of file RelocVisitor.h.

Constructor & Destructor Documentation

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

Definition at line 45 of file RelocVisitor.h.

Member Function Documentation

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

Definition at line 63 of file RelocVisitor.h.

Referenced by llvm::DWARFContextInMemory::DWARFContextInMemory().

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

Definition at line 51 of file RelocVisitor.h.

Referenced by llvm::DWARFContextInMemory::DWARFContextInMemory().


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