Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h359 void moveToNextTable(uint64_t OldOffset, const Prologue &P);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1456 moveToNextTable(OldOffset, LT.Prologue); in parseNext()
1471 moveToNextTable(OldOffset, LT.Prologue); in skip()
1483 void DWARFDebugLine::SectionParser::moveToNextTable(uint64_t OldOffset, in moveToNextTable() function in DWARFDebugLine::SectionParser