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

#include "llvm/BinaryFormat/MachO.h"

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

Public Attributes

uintptr_t thunk
 
uintptr_t key
 
uintptr_t offset
 

Detailed Description

Definition at line 906 of file MachO.h.

Member Data Documentation

◆ key

uintptr_t llvm::MachO::tlv_descriptor::key

Definition at line 908 of file MachO.h.

◆ offset

uintptr_t llvm::MachO::tlv_descriptor::offset

Definition at line 909 of file MachO.h.

◆ thunk

uintptr_t llvm::MachO::tlv_descriptor::thunk

Definition at line 907 of file MachO.h.


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