LLVM
8.0.1
|
#include "llvm/BinaryFormat/MachO.h"
Public Attributes | |
uint32_t | offset |
uint16_t | length |
uint16_t | kind |
uint16_t llvm::MachO::data_in_code_entry::kind |
Definition at line 794 of file MachO.h.
Referenced by llvm::object::DiceRef::getKind(), and llvm::MachO::swapStruct().
uint16_t llvm::MachO::data_in_code_entry::length |
Definition at line 793 of file MachO.h.
Referenced by llvm::object::DiceRef::getLength(), and llvm::MachO::swapStruct().
uint32_t llvm::MachO::data_in_code_entry::offset |
Definition at line 792 of file MachO.h.
Referenced by llvm::object::DiceRef::getOffset(), and llvm::MachO::swapStruct().