LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
llvm::MachO::section_64 Struct Reference

#include <MachO.h>

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

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

Member Data Documentation

uint64_t llvm::MachO::section_64::addr
uint32_t llvm::MachO::section_64::align
uint32_t llvm::MachO::section_64::flags

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

Referenced by llvm::object::getSectionFlags(), and llvm::object::SwapStruct().

uint32_t llvm::MachO::section_64::nreloc
uint32_t llvm::MachO::section_64::offset
uint32_t llvm::MachO::section_64::reloff
uint32_t llvm::MachO::section_64::reserved1

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

Referenced by llvm::object::SwapStruct().

uint32_t llvm::MachO::section_64::reserved2

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

Referenced by llvm::object::SwapStruct().

uint32_t llvm::MachO::section_64::reserved3

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

Referenced by llvm::object::SwapStruct().

char llvm::MachO::section_64::sectname[16]

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

char llvm::MachO::section_64::segname[16]

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

uint64_t llvm::MachO::section_64::size

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