Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h104 bool totalLengthIsValid() const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp119 if (!totalLengthIsValid()) in dump()
1538 bool DWARFDebugLine::Prologue::totalLengthIsValid() const { in totalLengthIsValid() function in DWARFDebugLine::Prologue
1601 if (!P.totalLengthIsValid()) { in moveToNextTable()