Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp972 DWARFDataExtractor::Cursor ByteCursor(OperandOffset); in parse() local
973 uint8_t Byte = TableData.getU8(ByteCursor); in parse()
974 if (ByteCursor) { in parse()
978 Byte = TableData.getU8(ByteCursor); in parse()
979 } while (ByteCursor); in parse()
986 consumeError(ByteCursor.takeError()); in parse()