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

#include "llvm/BinaryFormat/SFrame.h"

Public Attributes

detail::packed< T, EStartAddress
 
FREInfo< EInfo
 

Detailed Description

template<typename T, endianness E>
struct llvm::sframe::FrameRowEntry< T, E >

Definition at line 160 of file SFrame.h.

Member Data Documentation

◆ Info

template<typename T , endianness E>
FREInfo<E> llvm::sframe::FrameRowEntry< T, E >::Info

Definition at line 162 of file SFrame.h.

◆ StartAddress

template<typename T , endianness E>
detail::packed<T, E> llvm::sframe::FrameRowEntry< T, E >::StartAddress

Definition at line 161 of file SFrame.h.


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