LLVM API Documentation
#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 |
error_code | getNext (DiceRef &Result) const |
error_code | getOffset (uint32_t &Result) const |
error_code | getLength (uint16_t &Result) const |
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 29 of file Object/MachO.h.
|
inline |
Definition at line 34 of file Object/MachO.h.
Referenced by getNext().
|
inline |
Definition at line 215 of file Object/MachO.h.
|
inline |
Definition at line 255 of file Object/MachO.h.
References llvm::object::MachOObjectFile::getDice(), llvm::MachO::data_in_code_entry::kind, and llvm::object::object_error::success.
|
inline |
Definition at line 247 of file Object/MachO.h.
References llvm::object::MachOObjectFile::getDice(), llvm::MachO::data_in_code_entry::length, and llvm::object::object_error::success.
|
inline |
Definition at line 226 of file Object/MachO.h.
References DiceRef(), llvm::object::DataRefImpl::p, P, and llvm::object::object_error::success.
|
inline |
Definition at line 267 of file Object/MachO.h.
|
inline |
Definition at line 239 of file Object/MachO.h.
References llvm::object::MachOObjectFile::getDice(), llvm::MachO::data_in_code_entry::offset, and llvm::object::object_error::success.
|
inline |
Definition at line 263 of file Object/MachO.h.
Definition at line 222 of file Object/MachO.h.
Definition at line 218 of file Object/MachO.h.