Home
last modified time | relevance | path

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

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