LLVM 22.0.0git
Public Member Functions | Friends | List of all members
llvm::object::SFrameParser< E >::FallibleFREIterator Class Reference

#include "llvm/Object/SFrameParser.h"

Public Member Functions

 FallibleFREIterator (ArrayRef< uint8_t > Data, sframe::FREType FREType, uint32_t Idx, uint32_t Size, uint64_t Offset)
 
Error inc ()
 
const FrameRowEntryoperator* () const
 

Friends

bool operator== (const FallibleFREIterator &LHS, const FallibleFREIterator &RHS)
 

Detailed Description

template<endianness E>
class llvm::object::SFrameParser< E >::FallibleFREIterator

Definition at line 85 of file SFrameParser.h.

Constructor & Destructor Documentation

◆ FallibleFREIterator()

template<endianness E>
llvm::object::SFrameParser< E >::FallibleFREIterator::FallibleFREIterator ( ArrayRef< uint8_t Data,
sframe::FREType  FREType,
uint32_t  Idx,
uint32_t  Size,
uint64_t  Offset 
)
inline

Definition at line 89 of file SFrameParser.h.

Member Function Documentation

◆ inc()

template<endianness E>
Error SFrameParser::FallibleFREIterator::inc

◆ operator*()

template<endianness E>
const FrameRowEntry & llvm::object::SFrameParser< E >::FallibleFREIterator::operator* ( ) const
inline

Definition at line 94 of file SFrameParser.h.

Friends And Related Function Documentation

◆ operator==

template<endianness E>
bool operator== ( const FallibleFREIterator LHS,
const FallibleFREIterator RHS 
)
friend

Definition at line 96 of file SFrameParser.h.


The documentation for this class was generated from the following files: