Searched refs:g_i386_opcode (Results 1 – 2 of 2) sorted by relevance
506 static const uint8_t g_i386_opcode[] = {0xCC}; in GetSoftwareBreakpointTrapOpcode() local525 return llvm::ArrayRef(g_i386_opcode); in GetSoftwareBreakpointTrapOpcode()
2053 static const uint8_t g_i386_opcode[] = {0xCC}; in GetSoftwareBreakpointTrapOpcode() local2054 trap_opcode = g_i386_opcode; in GetSoftwareBreakpointTrapOpcode()2055 trap_opcode_size = sizeof(g_i386_opcode); in GetSoftwareBreakpointTrapOpcode()