Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DStackMapParser.h159 class LiveOutAccessor {
176 LiveOutAccessor(const uint8_t *P) : P(P) {} in LiveOutAccessor() function
178 LiveOutAccessor next() const { in next()
179 return LiveOutAccessor(P + LiveOutAccessorSize); in next()
196 typedef AccessorIterator<LiveOutAccessor> liveout_iterator;
242 LiveOutAccessor getLiveOut(unsigned LiveOutIndex) const { in getLiveOut()
245 return LiveOutAccessor(P + LiveOutOffset); in getLiveOut()