Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1023 DWARFDataExtractor::Cursor ByteCursor(OperandOffset); in parse() local
1024 uint8_t Byte = TableData.getU8(ByteCursor); in parse()
1025 if (ByteCursor) { in parse()
1029 Byte = TableData.getU8(ByteCursor); in parse()
1030 } while (ByteCursor); in parse()
1037 consumeError(ByteCursor.takeError()); in parse()