Searched refs:g_aarch64_opcode (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp521 static const uint8_t g_aarch64_opcode[] = {0x00, 0x00, 0x20, 0xd4}; local
531 return llvm::makeArrayRef(g_aarch64_opcode);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp633 static const uint8_t g_aarch64_opcode[] = {0x00, 0x00, 0x20, 0xD4}; local
668 opcode = g_aarch64_opcode;
669 opcode_size = sizeof(g_aarch64_opcode);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1821 static const uint8_t g_aarch64_opcode[] = {0x00, 0x00, 0x20, 0xd4};
1822 trap_opcode = g_aarch64_opcode;
1823 trap_opcode_size = sizeof(g_aarch64_opcode);

Completed in 62 milliseconds