Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h361 void moveToNextTable(uint64_t OldOffset, const Prologue &P);
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1538 moveToNextTable(OldOffset, LT.Prologue); in parseNext()
1553 moveToNextTable(OldOffset, LT.Prologue); in skip()
1580 void DWARFDebugLine::SectionParser::moveToNextTable(uint64_t OldOffset, in moveToNextTable() function in DWARFDebugLine::SectionParser