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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp739 uint64_t ProgramLength = Prologue.TotalLength + Prologue.sizeofTotalLength(); local
741 ProgramLength)) {
750 DebugLineOffset, ProgramLength, BytesRemaining));
752 ProgramLength = BytesRemaining;
757 const uint64_t EndOffset = DebugLineOffset + ProgramLength;

Completed in 164 milliseconds