Searched defs:g_aarch64_opcode (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lldb/source/Plugins/Platform/Windows/ | ||
H A D | PlatformWindows.cpp | 577 static const uint8_t g_aarch64_opcode[] = {0x00, 0x00, 0x3e, 0xd4}; // brk #0xf000 GetSoftwareBreakpointTrapOpcode() local |
/llvm-project/lldb/source/Plugins/Process/Windows/Common/ | ||
H A D | NativeProcessWindows.cpp | 293 static const uint8_t g_aarch64_opcode[] = {0x00, 0x00, 0x3e, 0xd4}; // brk #0xf000 GetSoftwareBreakpointTrapOpcode() local |
/llvm-project/lldb/source/Host/common/ | ||
H A D | NativeProcessProtocol.cpp | 502 static const uint8_t g_aarch64_opcode[] = {0x00, 0x00, 0x20, 0xd4}; GetSoftwareBreakpointTrapOpcode() local |
/llvm-project/lldb/source/Target/ | ||
H A D | Platform.cpp | 1950 static const uint8_t g_aarch64_opcode[] = {0x00, 0x00, 0x20, 0xd4}; GetSoftwareBreakpointTrapOpcode() local |