Home
last modified time | relevance | path

Searched defs:m_hwp_regs (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg_arm64.h75 std::array<struct DREG, 16> m_hwp_regs; // hardware watchpoints global() variable
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_arm.h116 struct DREG m_hwp_regs[16]; // Arm native linux hardware watchpoints variable
H A DNativeRegisterContextLinux_ppc64le.h125 std::array<DREG, 16> m_hwp_regs; variable