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

#include "llvm/BinaryFormat/MachO.h"

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

Public Attributes

uint64_t thunk
 
uint64_t key
 
uint64_t offset
 

Detailed Description

Definition at line 900 of file MachO.h.

Member Data Documentation

◆ key

uint64_t llvm::MachO::tlv_descriptor_64::key

Definition at line 902 of file MachO.h.

◆ offset

uint64_t llvm::MachO::tlv_descriptor_64::offset

Definition at line 903 of file MachO.h.

◆ thunk

uint64_t llvm::MachO::tlv_descriptor_64::thunk

Definition at line 901 of file MachO.h.


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