Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwind-EHABI.cpp32 uint8_t getByte(const uint32_t* data, size_t offset) { in getByte() function
266 uint8_t byte = getByte(data, offset++); in _Unwind_VRS_Interpret()
282 (((uint32_t)getByte(data, offset++)) << 4); in _Unwind_VRS_Interpret()
316 uint8_t registers = getByte(data, offset++); in _Unwind_VRS_Interpret()
329 uint32_t v = getByte(data, offset++); in _Unwind_VRS_Interpret()
344 uint8_t v = getByte(data, offset++); in _Unwind_VRS_Interpret()
379 uint8_t v = getByte(data, offset++); in _Unwind_VRS_Interpret()
390 uint8_t v = getByte(data, offset++); in _Unwind_VRS_Interpret()
399 uint8_t v = getByte(data, offset++); in _Unwind_VRS_Interpret()