Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp755 uint64_t ProgramLength = Prologue.TotalLength + Prologue.sizeofTotalLength(); in parse() local
757 ProgramLength)) { in parse()
766 DebugLineOffset, ProgramLength, BytesRemaining)); in parse()
768 ProgramLength = BytesRemaining; in parse()
773 const uint64_t EndOffset = DebugLineOffset + ProgramLength; in parse()