Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp539 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()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h364 struct ParsingState { struct
365 ParsingState(struct LineTable *LT, uint64_t TableOffset,