LLVM  4.0.0
Public Attributes | List of all members
llvm::MachO::dylib_table_of_contents Struct Reference

#include <MachO.h>

Collaboration diagram for llvm::MachO::dylib_table_of_contents:
[legend]

Public Attributes

uint32_t symbol_index
 
uint32_t module_index
 

Detailed Description

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

Member Data Documentation

uint32_t llvm::MachO::dylib_table_of_contents::module_index

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

uint32_t llvm::MachO::dylib_table_of_contents::symbol_index

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


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