LLVM: llvm::object::DiceRef Class Reference (original) (raw)

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 "[llvm/Object/MachO.h](Object%5F2MachO%5F8h%5Fsource.html)"

Public Member Functions
DiceRef ()=default
DiceRef (DataRefImpl DiceP, const ObjectFile *Owner)
DiceRef.
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 ObjectFile * getObjectFile () const

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 45 of file MachO.h.

DiceRef() [1/2]

llvm::object::DiceRef::DiceRef ( ) default

DiceRef() [2/2]

getKind()

std::error_code llvm::object::DiceRef::getKind ( uint16_t & Result) const inline

getLength()

std::error_code llvm::object::DiceRef::getLength ( uint16_t & Result) const inline

getObjectFile()

getOffset()

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

getRawDataRefImpl()

DataRefImpl llvm::object::DiceRef::getRawDataRefImpl ( ) const inline

moveNext()

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

operator<()

operator==()


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