Searched refs:g_i386_opcode (Results 1 – 3 of 3) sorted by relevance
643 static const uint8_t g_i386_opcode[] = {0xCC}; in GetSoftwareBreakpointTrapOpcode() local683 opcode = g_i386_opcode; in GetSoftwareBreakpointTrapOpcode()684 opcode_size = sizeof(g_i386_opcode); in GetSoftwareBreakpointTrapOpcode()
522 static const uint8_t g_i386_opcode[] = {0xCC}; in GetSoftwareBreakpointTrapOpcode() local534 return llvm::makeArrayRef(g_i386_opcode); in GetSoftwareBreakpointTrapOpcode()
1945 static const uint8_t g_i386_opcode[] = {0xCC}; in GetSoftwareBreakpointTrapOpcode() local1946 trap_opcode = g_i386_opcode; in GetSoftwareBreakpointTrapOpcode()1947 trap_opcode_size = sizeof(g_i386_opcode); in GetSoftwareBreakpointTrapOpcode()