LLVM 23.0.0git
ValuePackIterator Struct Reference

Iterator for reading values from a value pack. More...

#include "llvm/Transforms/IPO/InstrumentorRuntimeHelper.h"

Public Attributes

const charcurrent
uint64_t offset
uint32_t count
uint32_t index

Detailed Description

Iterator for reading values from a value pack.

Definition at line 38 of file InstrumentorRuntimeHelper.h.

Member Data Documentation

◆ count

uint32_t ValuePackIterator::count

◆ current

const char* ValuePackIterator::current

◆ index

uint32_t ValuePackIterator::index

◆ offset

uint64_t ValuePackIterator::offset

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