Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugMacro.cpp38 DebugLineOffset); in dumpMacroHeader()
244 DebugLineOffset = Data.getUnsigned(Offset, getOffsetByteSize()); in parseMacroHeader()
H A DDWARFDebugLine.cpp779 const uint64_t DebugLineOffset = *OffsetPtr; in parse() local
801 if (!DebugLineData.isValidOffsetForDataOfSize(DebugLineOffset, in parse()
803 assert(DebugLineData.size() > DebugLineOffset && in parse()
805 uint64_t BytesRemaining = DebugLineData.size() - DebugLineOffset; in parse()
811 DebugLineOffset, ProgramLength, BytesRemaining)); in parse()
818 const uint64_t EndOffset = DebugLineOffset + ProgramLength; in parse()
828 ParsingState State(this, DebugLineOffset, RecoverableErrorHandler); in parse()
830 *OffsetPtr = DebugLineOffset + Prologue.getLength(); in parse()
1251 DebugLineOffset)); in parse()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugMacro.h62 uint64_t DebugLineOffset; member