Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugMacro.cpp38 DebugLineOffset); in dumpMacroHeader()
244 DebugLineOffset = Data.getUnsigned(Offset, getOffsetByteSize()); in parseMacroHeader()
H A DDWARFDebugLine.cpp734 const uint64_t DebugLineOffset = *OffsetPtr; in parse() local
756 if (!DebugLineData.isValidOffsetForDataOfSize(DebugLineOffset, in parse()
758 assert(DebugLineData.size() > DebugLineOffset && in parse()
760 uint64_t BytesRemaining = DebugLineData.size() - DebugLineOffset; in parse()
766 DebugLineOffset, ProgramLength, BytesRemaining)); in parse()
773 const uint64_t EndOffset = DebugLineOffset + ProgramLength; in parse()
783 ParsingState State(this, DebugLineOffset, RecoverableErrorHandler); in parse()
785 *OffsetPtr = DebugLineOffset + Prologue.getLength(); in parse()
1197 DebugLineOffset)); in parse()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugMacro.h56 uint64_t DebugLineOffset; member