LLVM 22.0.0git
Public Attributes | List of all members
llvm::object::SFrameParser< E >::FrameRowEntry Struct Reference

#include "llvm/Object/SFrameParser.h"

Public Attributes

uint32_t StartAddress
 
sframe::FREInfo< endianness::nativeInfo
 
SmallVector< int32_t, 3 > Offsets
 

Detailed Description

template<endianness E>
struct llvm::object::SFrameParser< E >::FrameRowEntry

Definition at line 52 of file SFrameParser.h.

Member Data Documentation

◆ Info

Definition at line 54 of file SFrameParser.h.

◆ Offsets

template<endianness E>
SmallVector<int32_t, 3> llvm::object::SFrameParser< E >::FrameRowEntry::Offsets

Definition at line 55 of file SFrameParser.h.

◆ StartAddress

template<endianness E>
uint32_t llvm::object::SFrameParser< E >::FrameRowEntry::StartAddress

Definition at line 53 of file SFrameParser.h.


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