Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp513 const uint64_t DebugLineOffset = *OffsetPtr; in parse() local
530 if (!DebugLineData.isValidOffsetForDataOfSize(DebugLineOffset, in parse()
532 assert(DebugLineData.size() > DebugLineOffset && in parse()
534 uint64_t BytesRemaining = DebugLineData.size() - DebugLineOffset; in parse()
540 DebugLineOffset, ProgramLength, BytesRemaining)); in parse()
545 const uint64_t EndOffset = DebugLineOffset + ProgramLength; in parse()
897 DebugLineOffset)); in parse()