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

#include "llvm/BinaryFormat/MachO.h"

Public Attributes

x86_state_hdr_t fsh
 
union {
   x86_float_state64_t   fs64
 
ufs
 

Detailed Description

Definition at line 1878 of file MachO.h.

Member Data Documentation

◆ fs64

x86_float_state64_t llvm::MachO::x86_float_state_t::fs64

Definition at line 1881 of file MachO.h.

◆ fsh

x86_state_hdr_t llvm::MachO::x86_float_state_t::fsh

Definition at line 1879 of file MachO.h.

◆ 

union { ... } llvm::MachO::x86_float_state_t::ufs

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