LLVM  8.0.1
Public Attributes | List of all members
llvm::MachO::tlv_descriptor_32 Struct Reference

#include "llvm/BinaryFormat/MachO.h"

Collaboration diagram for llvm::MachO::tlv_descriptor_32:
Collaboration graph
[legend]

Public Attributes

uint32_t thunk
 
uint32_t key
 
uint32_t offset
 

Detailed Description

Definition at line 894 of file MachO.h.

Member Data Documentation

◆ key

uint32_t llvm::MachO::tlv_descriptor_32::key

Definition at line 896 of file MachO.h.

◆ offset

uint32_t llvm::MachO::tlv_descriptor_32::offset

Definition at line 897 of file MachO.h.

◆ thunk

uint32_t llvm::MachO::tlv_descriptor_32::thunk

Definition at line 895 of file MachO.h.


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