|
LLVM 23.0.0git
|
Iterator for reading values from a value pack. More...
#include "llvm/Transforms/IPO/InstrumentorRuntimeHelper.h"
Public Attributes | |
| const char * | current |
| uint64_t | offset |
| uint32_t | count |
| uint32_t | index |
Iterator for reading values from a value pack.
Definition at line 38 of file InstrumentorRuntimeHelper.h.
| uint32_t ValuePackIterator::count |
Definition at line 41 of file InstrumentorRuntimeHelper.h.
Referenced by getValuePackEntry(), initValuePackIterator(), and nextValuePack().
Definition at line 39 of file InstrumentorRuntimeHelper.h.
Referenced by getValuePackData(), getValuePackEntry(), getValuePackHeader(), initValuePackIterator(), and nextValuePack().
| uint32_t ValuePackIterator::index |
Definition at line 42 of file InstrumentorRuntimeHelper.h.
Referenced by getValuePackEntry(), initValuePackIterator(), and nextValuePack().
| uint64_t ValuePackIterator::offset |
Definition at line 40 of file InstrumentorRuntimeHelper.h.
Referenced by getValuePackOffset(), initValuePackIterator(), and nextValuePack().