LLVM API Documentation
#include <MachO.h>
Public Attributes | |
uint32_t | offset |
uint16_t | length |
uint16_t | kind |
Definition at line 721 of file Support/MachO.h.
uint16_t llvm::MachO::data_in_code_entry::kind |
Definition at line 724 of file Support/MachO.h.
Referenced by llvm::object::DiceRef::getKind(), and llvm::object::SwapStruct().
uint16_t llvm::MachO::data_in_code_entry::length |
Definition at line 723 of file Support/MachO.h.
Referenced by llvm::object::DiceRef::getLength(), and llvm::object::SwapStruct().
uint32_t llvm::MachO::data_in_code_entry::offset |
Definition at line 722 of file Support/MachO.h.
Referenced by llvm::object::DiceRef::getOffset(), and llvm::object::SwapStruct().