LLVM  3.7.0
Public Attributes | List of all members
llvm::RuntimeDyldMachO::SectionOffsetPair Struct Reference

#include <RuntimeDyldMachO.h>

Collaboration diagram for llvm::RuntimeDyldMachO::SectionOffsetPair:
[legend]

Public Attributes

unsigned SectionID
 
uint64_t Offset
 

Detailed Description

Definition at line 29 of file RuntimeDyldMachO.h.

Member Data Documentation

uint64_t llvm::RuntimeDyldMachO::SectionOffsetPair::Offset

Definition at line 31 of file RuntimeDyldMachO.h.

unsigned llvm::RuntimeDyldMachO::SectionOffsetPair::SectionID

Definition at line 30 of file RuntimeDyldMachO.h.


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