Searched refs:parseULEB128 (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp704 static Optional<T> parseULEB128(DWARFDataExtractor &Data, function
986 parseULEB128<uint64_t>(TableData, Cursor)) {
1011 parseULEB128<uint16_t>(TableData, Cursor)) {
1022 parseULEB128<uint16_t>(TableData, Cursor)) {
1097 if (Optional<uint8_t> Isa = parseULEB128<uint8_t>(TableData, Cursor)) {
1116 parseULEB128<uint64_t>(TableData, Cursor))

Completed in 167 milliseconds