Searched refs:ConstantAccessor (Results 1 – 1 of 1) sorted by relevance
87 class ConstantAccessor {95 ConstantAccessor(const uint8_t *P) : P(P) {} in ConstantAccessor() function99 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()