LLVM  3.7.0
Public Member Functions | List of all members
llvm::object::DiceRef Class Reference

DiceRef - This is a value type class that represents a single data in code entry in the table in a Mach-O object file. More...

#include <MachO.h>

Public Member Functions

 DiceRef ()
 
 DiceRef (DataRefImpl DiceP, const ObjectFile *Owner)
 DiceRef. More...
 
bool operator== (const DiceRef &Other) const
 
bool operator< (const DiceRef &Other) const
 
void moveNext ()
 
std::error_code getOffset (uint32_t &Result) const
 
std::error_code getLength (uint16_t &Result) const
 
std::error_code getKind (uint16_t &Result) const
 
DataRefImpl getRawDataRefImpl () const
 
const ObjectFilegetObjectFile () const
 

Detailed Description

DiceRef - This is a value type class that represents a single data in code entry in the table in a Mach-O object file.

Definition at line 29 of file Object/MachO.h.

Constructor & Destructor Documentation

llvm::object::DiceRef::DiceRef ( )
inline

Definition at line 34 of file Object/MachO.h.

llvm::object::DiceRef::DiceRef ( DataRefImpl  DiceP,
const ObjectFile Owner 
)
inline

DiceRef.

Definition at line 450 of file Object/MachO.h.

Member Function Documentation

std::error_code llvm::object::DiceRef::getKind ( uint16_t &  Result) const
inline
std::error_code llvm::object::DiceRef::getLength ( uint16_t &  Result) const
inline
const ObjectFile * llvm::object::DiceRef::getObjectFile ( ) const
inline

Definition at line 499 of file Object/MachO.h.

std::error_code llvm::object::DiceRef::getOffset ( uint32_t &  Result) const
inline
DataRefImpl llvm::object::DiceRef::getRawDataRefImpl ( ) const
inline

Definition at line 495 of file Object/MachO.h.

void llvm::object::DiceRef::moveNext ( )
inline

Definition at line 461 of file Object/MachO.h.

References llvm::object::DataRefImpl::p, and P.

bool llvm::object::DiceRef::operator< ( const DiceRef Other) const
inline

Definition at line 457 of file Object/MachO.h.

bool llvm::object::DiceRef::operator== ( const DiceRef Other) const
inline

Definition at line 453 of file Object/MachO.h.


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