Lines Matching refs:ParsingState
539 DWARFDebugLine::ParsingState::ParsingState( in ParsingState() function in DWARFDebugLine::ParsingState
546 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::AddrAndAdjustedOpcode
643 DWARFDebugLine::ParsingState::advanceAddrForOpcode(uint8_t Opcode, in advanceAddrForOpcode()
672 DWARFDebugLine::ParsingState::AddrAndLineDelta
673 DWARFDebugLine::ParsingState::handleSpecialOpcode(uint8_t Opcode, in handleSpecialOpcode()
706 DWARFDebugLine::ParsingState::AddrAndAdjustedOpcode AddrAdvanceResult = in handleSpecialOpcode()
783 ParsingState State(this, DebugLineOffset, RecoverableErrorHandler); in parse()
1163 ParsingState::AddrAndLineDelta Delta = in parse()