reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Symbol/ArmUnwindInfo.cpp
  102   if (data == nullptr)
  105   if (data[0] == 0x1)
  110   if (data[0] & 0x80000000) {
  111     switch ((data[0] >> 24) & 0x0f) {
  118       byte_count = 4 * ((data[0] >> 16) & 0xff) + 4;
  126     byte_count = 4 * ((data[1] >> 24) & 0xff) + 8;
  136     uint8_t byte1 = GetByteAtOffset(data, byte_offset++);
  149       uint8_t byte2 = GetByteAtOffset(data, byte_offset++);
  205       uint8_t byte2 = GetByteAtOffset(data, byte_offset++);
  227       uint64_t uleb128 = GetULEB128(data, byte_offset, byte_count);
  236       uint8_t byte2 = GetByteAtOffset(data, byte_offset++);
  282       uint8_t byte2 = GetByteAtOffset(data, byte_offset++);
  296       uint8_t byte2 = GetByteAtOffset(data, byte_offset++);