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

#include <MachO.h>

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

Public Attributes

char sectname [16]
 
char segname [16]
 
uint32_t addr
 
uint32_t size
 
uint32_t offset
 
uint32_t align
 
uint32_t reloff
 
uint32_t nreloc
 
uint32_t flags
 
uint32_t reserved1
 
uint32_t reserved2
 

Detailed Description

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

Member Data Documentation

uint32_t llvm::MachO::section::addr
uint32_t llvm::MachO::section::align
uint32_t llvm::MachO::section::flags
uint32_t llvm::MachO::section::nreloc
uint32_t llvm::MachO::section::offset
uint32_t llvm::MachO::section::reloff
uint32_t llvm::MachO::section::reserved1
uint32_t llvm::MachO::section::reserved2
char llvm::MachO::section::sectname[16]
char llvm::MachO::section::segname[16]
uint32_t llvm::MachO::section::size

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