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

  /external/lldb/include/lldb/Core/
Opcode.h 35 eType16,
51 Opcode (uint16_t inst) : m_type (eType16)
89 case Opcode::eType16: break;
106 case Opcode::eType16: return m_data.inst16;
122 case Opcode::eType16: return m_data.inst16;
138 case Opcode::eType16: return m_data.inst16;
157 m_type = eType16;
217 case Opcode::eType16: return sizeof(m_data.inst16);
241 case Opcode::eType16: return &m_data.inst16;
  /external/lldb/source/Core/
Opcode.cpp 40 case Opcode::eType16:
78 case Opcode::eType16:
102 case Opcode::eType16: buffer_sp.reset (new DataBufferHeap (&m_data.inst16, byte_size)); break;

Completed in 1131 milliseconds