LLVM 19.0.0git
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 "llvm/Object/MachO.h"

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

Constructor & Destructor Documentation

◆ DiceRef() [1/2]

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

◆ DiceRef() [2/2]

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

DiceRef.

Definition at line 875 of file MachO.h.

Member Function Documentation

◆ 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()

const ObjectFile * llvm::object::DiceRef::getObjectFile ( ) const
inline

Definition at line 924 of file MachO.h.

◆ getOffset()

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

◆ getRawDataRefImpl()

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

Definition at line 920 of file MachO.h.

◆ moveNext()

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

Definition at line 886 of file MachO.h.

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

◆ operator<()

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

Definition at line 882 of file MachO.h.

References llvm::Other.

◆ operator==()

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

Definition at line 878 of file MachO.h.

References llvm::Other.


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