Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/libunwind/src/
DUnwind-EHABI.cpp32 uint8_t getByte(const uint32_t* data, size_t offset) { in getByte() function
260 uint8_t byte = getByte(data, offset++); in _Unwind_VRS_Interpret()
276 (((uint32_t)getByte(data, offset++)) << 4); in _Unwind_VRS_Interpret()
310 uint8_t registers = getByte(data, offset++); in _Unwind_VRS_Interpret()
323 uint32_t v = getByte(data, offset++); in _Unwind_VRS_Interpret()
338 uint8_t v = getByte(data, offset++); in _Unwind_VRS_Interpret()
369 uint8_t v = getByte(data, offset++); in _Unwind_VRS_Interpret()
380 uint8_t v = getByte(data, offset++); in _Unwind_VRS_Interpret()
389 uint8_t v = getByte(data, offset++); in _Unwind_VRS_Interpret()