Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DStackMapParser.h158 class LiveOutAccessor {
175 LiveOutAccessor(const uint8_t *P) : P(P) {} in LiveOutAccessor() function
177 LiveOutAccessor next() const { in next()
178 return LiveOutAccessor(P + LiveOutAccessorSize); in next()
195 typedef AccessorIterator<LiveOutAccessor> liveout_iterator;
241 LiveOutAccessor getLiveOut(unsigned LiveOutIndex) const { in getLiveOut()
244 return LiveOutAccessor(P + LiveOutOffset); in getLiveOut()