Searched defs:GetHardwareIndex (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ | ||
H A D | StoppointSite.h | 41 uint32_t GetHardwareIndex() const { return m_hardware_index; } GetHardwareIndex() function |
/freebsd/contrib/llvm-project/lldb/source/API/ | ||
H A D | SBWatchpoint.cpp | 95 int32_t SBWatchpoint::GetHardwareIndex() { GetHardwareIndex() function in SBWatchpoint |