Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
DArmUnwindInfo.cpp77 uint8_t ArmUnwindInfo::GetByteAtOffset(const uint32_t *data, in GetByteAtOffset() function in ArmUnwindInfo
90 uint8_t byte = GetByteAtOffset(data, offset++); in GetULEB128()
136 uint8_t byte1 = GetByteAtOffset(data, byte_offset++); in GetUnwindPlan()
149 uint8_t byte2 = GetByteAtOffset(data, byte_offset++); in GetUnwindPlan()
205 uint8_t byte2 = GetByteAtOffset(data, byte_offset++); in GetUnwindPlan()
236 uint8_t byte2 = GetByteAtOffset(data, byte_offset++); in GetUnwindPlan()
282 uint8_t byte2 = GetByteAtOffset(data, byte_offset++); in GetUnwindPlan()
296 uint8_t byte2 = GetByteAtOffset(data, byte_offset++); in GetUnwindPlan()
/external/llvm-project/lldb/include/lldb/Symbol/
DArmUnwindInfo.h53 uint8_t GetByteAtOffset(const uint32_t *data, uint16_t offset) const;