Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h407 LLVM_ABI void resetRowAndSequence(uint64_t Offset);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp567 void DWARFDebugLine::ParsingState::resetRowAndSequence(uint64_t Offset) { in resetRowAndSequence() function in DWARFDebugLine::ParsingState
853 State.resetRowAndSequence(*OffsetPtr); in parse()
921 State.resetRowAndSequence(Cursor.tell()); in parse()