Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h86 class ConstantAccessor {
94 ConstantAccessor(const uint8_t *P) : P(P) {} in ConstantAccessor() function
98 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()