LLVM 22.0.0git
|
#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 FrameRowEntry & | operator* () const |
Friends | |
bool | operator== (const FallibleFREIterator &LHS, const FallibleFREIterator &RHS) |
Definition at line 85 of file SFrameParser.h.
|
inline |
Definition at line 89 of file SFrameParser.h.
Error SFrameParser::FallibleFREIterator::inc |
Definition at line 158 of file SFrameParser.cpp.
References llvm::object::createError(), llvm::formatv(), and llvm::Error::success().
|
inline |
Definition at line 94 of file SFrameParser.h.
|
friend |
Definition at line 96 of file SFrameParser.h.