Searched refs:ConstantAccessor (Results 1 – 1 of 1) sorted by relevance
77 class ConstantAccessor {86 ConstantAccessor(const uint8_t *P) : P(P) {} in ConstantAccessor() function90 ConstantAccessor next() const { in next()91 return ConstantAccessor(P + ConstantAccessorSize); in next()316 typedef AccessorIterator<ConstantAccessor> constant_iterator;361 ConstantAccessor getConstant(unsigned ConstantIndex) const { in getConstant()362 return ConstantAccessor(StackMapSection.data() + in getConstant()374 ConstantAccessor(StackMapSection.data() + in constants_end()