LLVM
8.0.1
|
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. 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 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 |
|
inline |
|
inline |
Definition at line 723 of file MachO.h.
References llvm::object::MachOObjectFile::getDice(), and llvm::MachO::data_in_code_entry::kind.
|
inline |
Definition at line 715 of file MachO.h.
References llvm::object::MachOObjectFile::getDice(), and llvm::MachO::data_in_code_entry::length.
|
inline |
|
inline |
Definition at line 707 of file MachO.h.
References llvm::object::MachOObjectFile::getDice(), and llvm::MachO::data_in_code_entry::offset.
|
inline |
|
inline |
Definition at line 697 of file MachO.h.
References llvm::object::DataRefImpl::p, and P.