LLVM: llvm::sframe::FuncDescEntry< E > Struct Template Reference (original) (raw)

#include "[llvm/BinaryFormat/SFrame.h](SFrame%5F8h%5Fsource.html)"

Public Attributes
detail::packed< int32_t, E > StartAddress
detail::packed< uint32_t, E > Size
detail::packed< uint32_t, E > StartFREOff
detail::packed< uint32_t, E > NumFREs
FDEInfo< E > Info
detail::packed< uint8_t, E > RepSize
detail::packed< uint16_t, E > Padding2

Detailed Description

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

Definition at line 123 of file SFrame.h.

Member Data Documentation

Info

template<endianness E>

FDEInfo<E> llvm::sframe::FuncDescEntry< E >::Info

Definition at line 128 of file SFrame.h.

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

NumFREs

template<endianness E>

detail::packed<uint32_t, E> llvm::sframe::FuncDescEntry< E >::NumFREs

Definition at line 127 of file SFrame.h.

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

Padding2

template<endianness E>

detail::packed<uint16_t, E> llvm::sframe::FuncDescEntry< E >::Padding2

Definition at line 130 of file SFrame.h.

RepSize

template<endianness E>

detail::packed<uint8_t, E> llvm::sframe::FuncDescEntry< E >::RepSize

Definition at line 129 of file SFrame.h.

Size

template<endianness E>

detail::packed<uint32_t, E> llvm::sframe::FuncDescEntry< E >::Size

Definition at line 125 of file SFrame.h.

StartAddress

template<endianness E>

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

Definition at line 124 of file SFrame.h.

StartFREOff

template<endianness E>

detail::packed<uint32_t, E> llvm::sframe::FuncDescEntry< E >::StartFREOff

Definition at line 126 of file SFrame.h.

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


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