Searched refs:ConstantAccessor (Results 1 – 1 of 1) sorted by relevance
86 class ConstantAccessor {94 ConstantAccessor(const uint8_t *P) : P(P) {} in ConstantAccessor() function98 ConstantAccessor next() const { in next()99 return ConstantAccessor(P + ConstantAccessorSize); in next()341 using constant_iterator = AccessorIterator<ConstantAccessor>;386 ConstantAccessor getConstant(unsigned ConstantIndex) const { in getConstant()387 return ConstantAccessor(StackMapSection.data() + in getConstant()399 ConstantAccessor(StackMapSection.data() + in constants_end()