LLVM API Documentation

Public Attributes
llvm::MachO::section Struct Reference

#include <MachO.h>

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

List of all members.

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 590 of file Support/MachO.h.


Member Data Documentation

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

Referenced by getSectionFlags(), and llvm::MachO::swapStruct().

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

Referenced by llvm::MachO::swapStruct().

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

Referenced by llvm::MachO::swapStruct().

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

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


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