Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h322 void moveToNextTable(uint32_t OldOffset, const Prologue &P);
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1075 moveToNextTable(OldOffset, LT.Prologue); in parseNext()
1088 moveToNextTable(OldOffset, LT.Prologue); in skip()
1100 void DWARFDebugLine::SectionParser::moveToNextTable(uint32_t OldOffset, in moveToNextTable() function in DWARFDebugLine::SectionParser