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

#include "llvm/BinaryFormat/MachO.h"

Public Attributes

uint32_t lib_ordinal: 8
 
uint32_t weak_import: 1
 
uint32_t name_offset: 23
 

Detailed Description

Definition at line 1094 of file MachO.h.

Member Data Documentation

◆ lib_ordinal

uint32_t llvm::MachO::dyld_chained_import::lib_ordinal

Definition at line 1095 of file MachO.h.

◆ name_offset

uint32_t llvm::MachO::dyld_chained_import::name_offset

Definition at line 1097 of file MachO.h.

◆ weak_import

uint32_t llvm::MachO::dyld_chained_import::weak_import

Definition at line 1096 of file MachO.h.


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