LLVM API Documentation

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

#include <MachOFormat.h>

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

List of all members.

Public Attributes

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

Detailed Description

Definition at line 269 of file MachOFormat.h.


Member Data Documentation

Definition at line 278 of file MachOFormat.h.

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

Definition at line 270 of file MachOFormat.h.

Definition at line 279 of file MachOFormat.h.

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

Definition at line 280 of file MachOFormat.h.

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

Definition at line 281 of file MachOFormat.h.

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

Definition at line 271 of file MachOFormat.h.


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