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

#include "llvm/BinaryFormat/MachO.h"

Public Attributes

uint32_t symbol_index
 
uint32_t module_index
 

Detailed Description

Definition at line 728 of file MachO.h.

Member Data Documentation

◆ module_index

uint32_t llvm::MachO::dylib_table_of_contents::module_index

Definition at line 730 of file MachO.h.

◆ symbol_index

uint32_t llvm::MachO::dylib_table_of_contents::symbol_index

Definition at line 729 of file MachO.h.


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