Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h108 bool totalLengthIsValid() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp1073 bool DWARFDebugLine::Prologue::totalLengthIsValid() const { in totalLengthIsValid() function in DWARFDebugLine::Prologue
1118 if (!P.totalLengthIsValid()) { in moveToNextTable()