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

#include <COFF.h>

Public Member Functions

 BaseRelocRef ()
 
 BaseRelocRef (const coff_base_reloc_block_header *Header, const COFFObjectFile *Owner)
 
bool operator== (const BaseRelocRef &Other) const
 
void moveNext ()
 
std::error_code getType (uint8_t &Type) const
 
std::error_code getRVA (uint32_t &Result) const
 

Detailed Description

Definition at line 993 of file Object/COFF.h.

Constructor & Destructor Documentation

llvm::object::BaseRelocRef::BaseRelocRef ( )
inline

Definition at line 995 of file Object/COFF.h.

llvm::object::BaseRelocRef::BaseRelocRef ( const coff_base_reloc_block_header Header,
const COFFObjectFile Owner 
)
inline

Definition at line 996 of file Object/COFF.h.

Member Function Documentation

std::error_code BaseRelocRef::getRVA ( uint32_t Result) const
std::error_code BaseRelocRef::getType ( uint8_t &  Type) const
void BaseRelocRef::moveNext ( )
bool BaseRelocRef::operator== ( const BaseRelocRef Other) const

Definition at line 1549 of file COFFObjectFile.cpp.


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