Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp511 static const uint8_t g_riscv_opcode_c[] = {0x02, 0x90}; // c.ebreak in GetSoftwareBreakpointTrapOpcode() local
547 return size_hint == 2 ? llvm::ArrayRef(g_riscv_opcode_c) in GetSoftwareBreakpointTrapOpcode()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp2097 static const uint8_t g_riscv_opcode_c[] = {0x02, 0x90}; // c.ebreak in GetSoftwareBreakpointTrapOpcode() local
2099 trap_opcode = g_riscv_opcode_c; in GetSoftwareBreakpointTrapOpcode()
2100 trap_opcode_size = sizeof(g_riscv_opcode_c); in GetSoftwareBreakpointTrapOpcode()