Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp795 const uint64_t DebugLineOffset = *OffsetPtr; in parse() local
817 if (!DebugLineData.isValidOffsetForDataOfSize(DebugLineOffset, in parse()
819 assert(DebugLineData.size() > DebugLineOffset && in parse()
821 uint64_t BytesRemaining = DebugLineData.size() - DebugLineOffset; in parse()
827 DebugLineOffset, ProgramLength, BytesRemaining)); in parse()
834 const uint64_t EndOffset = DebugLineOffset + ProgramLength; in parse()
844 ParsingState State(this, DebugLineOffset, RecoverableErrorHandler); in parse()
846 *OffsetPtr = DebugLineOffset + Prologue.getLength(); in parse()
1267 DebugLineOffset)); in parse()
H A DDWARFDebugMacro.cpp38 DebugLineOffset); in dumpMacroHeader()
244 DebugLineOffset = Data.getUnsigned(Offset, getOffsetByteSize()); in parseMacroHeader()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugMacro.h62 uint64_t DebugLineOffset;
56 uint64_t DebugLineOffset; global() member