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

#include "llvm/Object/COFF.h"

Public Member Functions

 BaseRelocRef ()=default
 
 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 1183 of file COFF.h.

Constructor & Destructor Documentation

◆ BaseRelocRef() [1/2]

llvm::object::BaseRelocRef::BaseRelocRef ( )
default

◆ BaseRelocRef() [2/2]

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

Definition at line 1186 of file COFF.h.

References getType(), llvm::object::operator==(), and Other.

Member Function Documentation

◆ getRVA()

std::error_code BaseRelocRef::getRVA ( uint32_t Result) const

Definition at line 1680 of file COFFObjectFile.cpp.

◆ getType()

std::error_code BaseRelocRef::getType ( uint8_t &  Type) const

◆ moveNext()

void BaseRelocRef::moveNext ( )

Definition at line 1656 of file COFFObjectFile.cpp.

References Size.

◆ operator==()

bool BaseRelocRef::operator== ( const BaseRelocRef Other) const

Definition at line 1652 of file COFFObjectFile.cpp.


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