Lines Matching refs:die_handlers_
45 while (!die_handlers_.empty()) { in ~DIEDispatcher()
46 HandlerStack &entry = die_handlers_.top(); in ~DIEDispatcher()
49 die_handlers_.pop(); in ~DIEDispatcher()
63 HandlerStack *parent = die_handlers_.empty() ? NULL : &die_handlers_.top(); in StartDIE()
110 die_handlers_.push(entry); in StartDIE()
117 assert(!die_handlers_.empty()); in EndDIE()
118 HandlerStack *entry = &die_handlers_.top(); in EndDIE()
135 die_handlers_.pop(); in EndDIE()
142 HandlerStack ¤t = die_handlers_.top(); in ProcessAttributeUnsigned()
152 HandlerStack ¤t = die_handlers_.top(); in ProcessAttributeSigned()
162 HandlerStack ¤t = die_handlers_.top(); in ProcessAttributeReference()
173 HandlerStack ¤t = die_handlers_.top(); in ProcessAttributeBuffer()
183 HandlerStack ¤t = die_handlers_.top(); in ProcessAttributeString()
193 HandlerStack ¤t = die_handlers_.top(); in ProcessAttributeSignature()