|
LLVM
3.7.0
|
#include <MachO.h>
Public Attributes | |
| uint32_t | offset |
| uint16_t | length |
| uint16_t | kind |
Definition at line 825 of file Support/MachO.h.
| uint16_t llvm::MachO::data_in_code_entry::kind |
Definition at line 828 of file Support/MachO.h.
Referenced by llvm::object::DiceRef::getKind(), and llvm::MachO::swapStruct().
| uint16_t llvm::MachO::data_in_code_entry::length |
Definition at line 827 of file Support/MachO.h.
Referenced by llvm::object::DiceRef::getLength(), and llvm::MachO::swapStruct().
| uint32_t llvm::MachO::data_in_code_entry::offset |
Definition at line 826 of file Support/MachO.h.
Referenced by llvm::object::DiceRef::getOffset(), and llvm::MachO::swapStruct().
1.8.6