Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DStackMapParser.h76 class ConstantAccessor {
85 ConstantAccessor(const uint8_t *P) : P(P) {} in ConstantAccessor() function
89 ConstantAccessor next() const { in next()
90 return ConstantAccessor(P + ConstantAccessorSize); in next()
315 typedef AccessorIterator<ConstantAccessor> constant_iterator;
360 ConstantAccessor getConstant(unsigned ConstantIndex) const { in getConstant()
361 return ConstantAccessor(StackMapSection.data() + in getConstant()
373 ConstantAccessor(StackMapSection.data() + in constants_end()