HomeSort by relevance Sort by last modified time
    Searched refs:eType8 (Results 1 - 2 of 2) sorted by null

  /external/lldb/include/lldb/Core/
Opcode.h 34 eType8,
46 Opcode (uint8_t inst) : m_type (eType8)
88 case Opcode::eType8: return m_data.inst8;
105 case Opcode::eType8: return m_data.inst8;
121 case Opcode::eType8: return m_data.inst8;
137 case Opcode::eType8: return m_data.inst8;
150 m_type = eType8;
216 case Opcode::eType8: return sizeof(m_data.inst8);
240 case Opcode::eType8: return &m_data.inst8;
  /external/lldb/source/Core/
Opcode.cpp 37 case Opcode::eType8:
77 case Opcode::eType8:
101 case Opcode::eType8: buffer_sp.reset (new DataBufferHeap (&m_data.inst8, byte_size)); break;

Completed in 135 milliseconds