Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp976 DWARFDataExtractor::Cursor ByteCursor(OperandOffset); in parse() local
977 uint8_t Byte = TableData.getU8(ByteCursor); in parse()
978 if (ByteCursor) { in parse()
982 Byte = TableData.getU8(ByteCursor); in parse()
983 } while (ByteCursor); in parse()
990 consumeError(ByteCursor.takeError()); in parse()