Home
last modified time | relevance | path

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

/llvm-project/libunwind/src/
H A DUnwind-EHABI.cpp33 const uint8_t* byteData = reinterpret_cast<const uint8_t*>(data); in getByte() local
35 return byteData[(offset & ~(size_t)0x03) + (3 - (offset & (size_t)0x03))]; in getByte()
37 return byteData[offset]; in getByte()