|
LLVM
3.7.0
|
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 <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 |
| 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 29 of file Object/MachO.h.
|
inline |
Definition at line 34 of file Object/MachO.h.
|
inline |
Definition at line 450 of file Object/MachO.h.
|
inline |
Definition at line 487 of file Object/MachO.h.
References llvm::object::MachOObjectFile::getDice(), and llvm::MachO::data_in_code_entry::kind.
|
inline |
Definition at line 479 of file Object/MachO.h.
References llvm::object::MachOObjectFile::getDice(), and llvm::MachO::data_in_code_entry::length.
|
inline |
Definition at line 499 of file Object/MachO.h.
|
inline |
Definition at line 471 of file Object/MachO.h.
References llvm::object::MachOObjectFile::getDice(), and llvm::MachO::data_in_code_entry::offset.
|
inline |
Definition at line 495 of file Object/MachO.h.
|
inline |
Definition at line 461 of file Object/MachO.h.
References llvm::object::DataRefImpl::p, and P.
Definition at line 457 of file Object/MachO.h.
Definition at line 453 of file Object/MachO.h.
1.8.6