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

/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwind-EHABI.cpp32 uint8_t getByte(const uint32_t* data, size_t offset) { function in namespace:__anon1090
256 uint8_t byte = getByte(data, offset++);
272 (((uint32_t)getByte(data, offset++)) << 4);
306 uint8_t registers = getByte(data, offset++);
319 uint32_t v = getByte(data, offset++);
334 uint8_t v = getByte(data, offset++);
365 uint8_t v = getByte(data, offset++);
376 uint8_t v = getByte(data, offset++);
385 uint8_t v = getByte(data, offset++);

Completed in 143 milliseconds