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.cpp1046 DWARFDataExtractor::Cursor ByteCursor(OperandOffset); in parse() local
1047 uint8_t Byte = TableData.getU8(ByteCursor); in parse()
1048 if (ByteCursor) { in parse()
1052 Byte = TableData.getU8(ByteCursor); in parse()
1053 } while (ByteCursor); in parse()
1060 consumeError(ByteCursor.takeError()); in parse()