Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DOpcode.h68 DoSetOpcodeBytes(bytes, length, type, order); in Opcode()
202 DoSetOpcodeBytes(bytes, length, eType16_32Tuples, order); in SetOpcode16_32TupleBytes()
206 DoSetOpcodeBytes(bytes, length, eTypeBytes, lldb::eByteOrderInvalid); in SetOpcodeBytes()
209 void DoSetOpcodeBytes(const void *bytes, size_t length, Opcode::Type type, in DoSetOpcodeBytes() function