LLVM API Documentation

Public Attributes
llvm::MachO::section_64 Struct Reference

#include <MachO.h>

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

List of all members.

Public Attributes

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

Detailed Description

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


Member Data Documentation

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

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

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

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

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

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

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

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

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

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

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


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