LLVM API Documentation

Public Member Functions
llvm::object::RelocVisitor Class Reference

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

#include <RelocVisitor.h>

List of all members.

Public Member Functions

 RelocVisitor (StringRef FileFormat)
RelocToApply visit (uint32_t RelocType, RelocationRef R, uint64_t SecAddr=0, uint64_t Value=0)
bool error ()

Detailed Description

Base class for object file relocation visitors.

Definition at line 41 of file RelocVisitor.h.


Constructor & Destructor Documentation

llvm::object::RelocVisitor::RelocVisitor ( StringRef  FileFormat) [inline, explicit]

Definition at line 43 of file RelocVisitor.h.


Member Function Documentation

Definition at line 169 of file RelocVisitor.h.

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

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