Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h353 void moveToNextTable(uint64_t OldOffset, const Prologue &P);
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1461 moveToNextTable(OldOffset, LT.Prologue); in parseNext()
1476 moveToNextTable(OldOffset, LT.Prologue); in skip()
1488 void DWARFDebugLine::SectionParser::moveToNextTable(uint64_t OldOffset, in moveToNextTable() function in DWARFDebugLine::SectionParser