Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DStackMapParser.h77 class ConstantAccessor {
86 ConstantAccessor(const uint8_t *P) : P(P) {} in ConstantAccessor() function
90 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()