LLVM  4.0.0
Public Attributes | List of all members
llvm::MachO::data_in_code_entry Struct Reference

#include <MachO.h>

Collaboration diagram for llvm::MachO::data_in_code_entry:
[legend]

Public Attributes

uint32_t offset
 
uint16_t length
 
uint16_t kind
 

Detailed Description

Definition at line 785 of file Support/MachO.h.

Member Data Documentation

uint16_t llvm::MachO::data_in_code_entry::kind

Definition at line 788 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 787 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 786 of file Support/MachO.h.

Referenced by llvm::object::DiceRef::getOffset(), and llvm::MachO::swapStruct().


The documentation for this struct was generated from the following file: