Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp515 static const uint8_t g_loongarch_opcode[] = {0x05, 0x00, 0x2a, in GetSoftwareBreakpointTrapOpcode() local
556 return llvm::ArrayRef(g_loongarch_opcode); in GetSoftwareBreakpointTrapOpcode()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp2073 static const uint8_t g_loongarch_opcode[] = {0x05, 0x00, 0x2a, in GetSoftwareBreakpointTrapOpcode() local
2075 trap_opcode = g_loongarch_opcode; in GetSoftwareBreakpointTrapOpcode()
2076 trap_opcode_size = sizeof(g_loongarch_opcode); in GetSoftwareBreakpointTrapOpcode()