Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp751 uint64_t ProgramLength = Prologue.TotalLength + Prologue.sizeofTotalLength(); in parse() local
753 ProgramLength)) { in parse()
762 DebugLineOffset, ProgramLength, BytesRemaining)); in parse()
764 ProgramLength = BytesRemaining; in parse()
769 const uint64_t EndOffset = DebugLineOffset + ProgramLength; in parse()