Searched refs:ParsingState (Results 1 – 2 of 2) sorted by relevance
539 DWARFDebugLine::ParsingState::ParsingState( in ParsingState() function in DWARFDebugLine::ParsingState546 void DWARFDebugLine::ParsingState::resetRowAndSequence() { in resetRowAndSequence()551 void DWARFDebugLine::ParsingState::appendRowToMatrix() { in appendRowToMatrix()611 uint64_t DWARFDebugLine::ParsingState::advanceAddr(uint64_t OperationAdvance, in advanceAddr()642 DWARFDebugLine::ParsingState::AddrAndAdjustedOpcode643 DWARFDebugLine::ParsingState::advanceAddrForOpcode(uint8_t Opcode, in advanceAddrForOpcode()672 DWARFDebugLine::ParsingState::AddrAndLineDelta673 DWARFDebugLine::ParsingState::handleSpecialOpcode(uint8_t Opcode, in handleSpecialOpcode()706 DWARFDebugLine::ParsingState::AddrAndAdjustedOpcode AddrAdvanceResult = in handleSpecialOpcode()783 ParsingState State(this, DebugLineOffset, RecoverableErrorHandler); in parse()[all …]
364 struct ParsingState { struct365 ParsingState(struct LineTable *LT, uint64_t TableOffset,