Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h108 bool totalLengthIsValid() const;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1060 bool DWARFDebugLine::Prologue::totalLengthIsValid() const { in totalLengthIsValid() function in DWARFDebugLine::Prologue
1105 if (!P.totalLengthIsValid()) { in moveToNextTable()