LLVM API Documentation

Public Attributes
llvm::object::macho::Section Struct Reference

#include <MachOFormat.h>

Collaboration diagram for llvm::object::macho::Section:
Collaboration graph
[legend]

List of all members.

Public Attributes

char Name [16]
char SegmentName [16]
uint32_t Address
uint32_t Size
uint32_t Offset
uint32_t Align
uint32_t RelocationTableOffset
uint32_t NumRelocationTableEntries
uint32_t Flags
uint32_t Reserved1
uint32_t Reserved2

Detailed Description

Definition at line 256 of file MachOFormat.h.


Member Data Documentation

Definition at line 265 of file MachOFormat.h.

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

Definition at line 257 of file MachOFormat.h.

Definition at line 266 of file MachOFormat.h.

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

Definition at line 267 of file MachOFormat.h.

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

Definition at line 258 of file MachOFormat.h.


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