Home
last modified time | relevance | path

Searched defs:hw_idx (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DRegisterContextThreadMemory.cpp156 bool RegisterContextThreadMemory::ClearHardwareBreakpoint(uint32_t hw_idx) { in ClearHardwareBreakpoint()
/external/llvm-project/lldb/source/Host/common/
DNativeRegisterContext.cpp247 bool NativeRegisterContext::ClearHardwareBreakpoint(uint32_t hw_idx) { in ClearHardwareBreakpoint()
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeRegisterContextLinux_arm.cpp366 bool NativeRegisterContextLinux_arm::ClearHardwareBreakpoint(uint32_t hw_idx) { in ClearHardwareBreakpoint()
DNativeRegisterContextLinux_arm64.cpp519 uint32_t hw_idx) { in ClearHardwareBreakpoint()
/external/llvm-project/lldb/source/Target/
DRegisterContext.cpp295 bool RegisterContext::ClearHardwareBreakpoint(uint32_t hw_idx) { return false; } in ClearHardwareBreakpoint()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.h63 unsigned hw_idx; member