Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DStackMapParser.h170 class LiveOutAccessor {
186 LiveOutAccessor(const uint8_t *P) : P(P) {} in LiveOutAccessor() function
188 LiveOutAccessor next() const { in next()
189 return LiveOutAccessor(P + LiveOutAccessorSize); in next()
206 using liveout_iterator = AccessorIterator<LiveOutAccessor>;
252 LiveOutAccessor getLiveOut(unsigned LiveOutIndex) const { in getLiveOut()
255 return LiveOutAccessor(P + LiveOutOffset); in getLiveOut()