Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Host/common/
DNativeProcessProtocol.cpp511 static const uint8_t g_loongarch_opcode[] = {0x05, 0x00, 0x2a, in GetSoftwareBreakpointTrapOpcode() local
549 return llvm::ArrayRef(g_loongarch_opcode); in GetSoftwareBreakpointTrapOpcode()
/openbsd/src/gnu/llvm/lldb/source/Target/
DPlatform.cpp1945 static const uint8_t g_loongarch_opcode[] = {0x05, 0x00, 0x2a, in GetSoftwareBreakpointTrapOpcode() local
1947 trap_opcode = g_loongarch_opcode; in GetSoftwareBreakpointTrapOpcode()
1948 trap_opcode_size = sizeof(g_loongarch_opcode); in GetSoftwareBreakpointTrapOpcode()