Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h321 void moveToNextTable(uint32_t OldOffset, const Prologue &P);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp1088 moveToNextTable(OldOffset, LT.Prologue); in parseNext()
1101 moveToNextTable(OldOffset, LT.Prologue); in skip()
1113 void DWARFDebugLine::SectionParser::moveToNextTable(uint32_t OldOffset, in moveToNextTable() function in DWARFDebugLine::SectionParser