Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Breakpoint/
DStoppointSite.h41 uint32_t GetHardwareIndex() const { return m_hardware_index; } in GetHardwareIndex() function
/external/llvm-project/lldb/tools/debugserver/source/
DDNBBreakpoint.h90 uint32_t GetHardwareIndex() const { return m_hw_index; } in GetHardwareIndex() function
/external/llvm-project/lldb/source/API/
DSBWatchpoint.cpp98 int32_t SBWatchpoint::GetHardwareIndex() { in GetHardwareIndex() function in SBWatchpoint