LLVM 22.0.0git
Public Attributes | List of all members
llvm::sframe::FuncDescEntry< E > Struct Template Reference

#include "llvm/BinaryFormat/SFrame.h"

Public Attributes

detail::packed< int32_t, EStartAddress
 
detail::packed< uint32_t, ESize
 
detail::packed< uint32_t, EStartFREOff
 
detail::packed< uint32_t, ENumFREs
 
FDEInfo< EInfo
 
detail::packed< uint8_t, ERepSize
 
detail::packed< uint16_t, EPadding2
 

Detailed Description

template<endianness E>
struct llvm::sframe::FuncDescEntry< E >

Definition at line 122 of file SFrame.h.

Member Data Documentation

◆ Info

Definition at line 127 of file SFrame.h.

Referenced by llvm::object::SFrameParser< E >::fres().

◆ NumFREs

Definition at line 126 of file SFrame.h.

Referenced by llvm::object::SFrameParser< E >::fres().

◆ Padding2

Definition at line 129 of file SFrame.h.

◆ RepSize

Definition at line 128 of file SFrame.h.

◆ Size

Definition at line 124 of file SFrame.h.

◆ StartAddress

template<endianness E>
detail::packed<int32_t, E> llvm::sframe::FuncDescEntry< E >::StartAddress

Definition at line 123 of file SFrame.h.

◆ StartFREOff

Definition at line 125 of file SFrame.h.

Referenced by llvm::object::SFrameParser< E >::fres().


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