Home
last modified time | relevance | path

Searched defs:IsHardware (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h186 bool IsHardware() const override { IsHardware() function
H A DBreakpoint.h520 bool IsHardware() const { return m_hardware; } in IsHardware() function
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp193 bool Watchpoint::IsHardware() const { in IsHardware() function in Watchpoint
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp774 bool SBBreakpoint::IsHardware() const { in IsHardware() function in SBBreakpoint