Home
last modified time | relevance | path

Searched refs:ConstantAccessor (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DStackMapParser.h87 class ConstantAccessor {
95 ConstantAccessor(const uint8_t *P) : P(P) {} in ConstantAccessor() function
99 ConstantAccessor next() const { in next()
100 return ConstantAccessor(P + ConstantAccessorSize); in next()
342 using constant_iterator = AccessorIterator<ConstantAccessor>;
387 ConstantAccessor getConstant(unsigned ConstantIndex) const { in getConstant()
388 return ConstantAccessor(StackMapSection.data() + in getConstant()
400 ConstantAccessor(StackMapSection.data() + in constants_end()