Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DArmUnwindInfo.cpp78 uint8_t ArmUnwindInfo::GetByteAtOffset(const uint32_t *data, in GetByteAtOffset() function in ArmUnwindInfo
91 uint8_t byte = GetByteAtOffset(data, offset++); in GetULEB128()
137 uint8_t byte1 = GetByteAtOffset(data, byte_offset++); in GetUnwindPlan()
150 uint8_t byte2 = GetByteAtOffset(data, byte_offset++); in GetUnwindPlan()
206 uint8_t byte2 = GetByteAtOffset(data, byte_offset++); in GetUnwindPlan()
237 uint8_t byte2 = GetByteAtOffset(data, byte_offset++); in GetUnwindPlan()
283 uint8_t byte2 = GetByteAtOffset(data, byte_offset++); in GetUnwindPlan()
297 uint8_t byte2 = GetByteAtOffset(data, byte_offset++); in GetUnwindPlan()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DArmUnwindInfo.h55 uint8_t GetByteAtOffset(const uint32_t *data, uint16_t offset) const;