Home
last modified time | relevance | path

Searched defs:DBG (Results 1 – 13 of 13) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfoPOSIX_arm.h43 struct DBG { struct
44 uint32_t bvr[16];
45 uint32_t bcr[16];
46 uint32_t wvr[16];
47 uint32_t wcr[16];
H A DRegisterContextDarwin_arm64.h94 struct DBG { struct
102 static void LogDBGRegisters(lldb_private::Log *log, const DBG &dbg); argument
H A DRegisterInfoPOSIX_arm64.h80 struct DBG { argument
78 struct DBG { global() struct
79 bvrDBG global() argument
81 wvrDBG global() argument
82 wcrDBG global() argument
83 mdscr_el1DBG global() argument
H A DRegisterContextDarwin_arm.h128 struct DBG { struct
135 static void LogDBGRegisters(lldb_private::Log *log, const DBG &dbg); argument
H A DRegisterContextFreeBSD_i386.cpp38 struct DBG { struct
51 DBG dbg; argument
H A DRegisterContextOpenBSD_x86_64.cpp44 struct DBG { struct
56 DBG dbg; argument
H A DRegisterContextFreeBSD_x86_64.cpp47 struct DBG { struct
59 DBG dbg; argument
H A DRegisterContextNetBSD_x86_64.cpp50 struct DBG { struct
73 DBG dbg; argument
H A DRegisterContextLinux_x86_64.cpp47 struct DBG { struct
69 DBG dbg; // Debug registers. argument
/llvm-project/llvm/unittests/CodeGen/
H A DMachineBasicBlockTest.cpp72 MCInstrDesc DBG = {TargetOpcode::DBG_VALUE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; TEST() local
/llvm-project/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.h74 typedef __x86_64_debug_state_t DBG; typedef
[all...]
/llvm-project/lldb/tools/debugserver/source/MacOSX/arm64/
H A DDNBArchImplARM64.h228 typedef arm_debug_state64_t DBG; global() typedef
/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp588 MachineInstr &DBG = *MISpilledOperands.first; spill() local