LLVM 20.0.0git
|
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 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.
|
default |
References operator==().
|
inline |
|
inline |
Definition at line 913 of file MachO.h.
References llvm::object::MachOObjectFile::getDice(), and llvm::MachO::data_in_code_entry::kind.
|
inline |
Definition at line 905 of file MachO.h.
References llvm::object::MachOObjectFile::getDice(), and llvm::MachO::data_in_code_entry::length.
|
inline |
|
inline |
Definition at line 897 of file MachO.h.
References llvm::object::MachOObjectFile::getDice(), and llvm::MachO::data_in_code_entry::offset.
|
inline |
|
inline |
Definition at line 887 of file MachO.h.
References llvm::object::DataRefImpl::p, and P.
Definition at line 883 of file MachO.h.
References llvm::Other.