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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStoppointLocation.h43 virtual bool IsHardware() const { function in class:lldb_private::StoppointLocation
H A DBreakpoint.h507 bool IsHardware() const { return m_hardware; } function in class:lldb_private::Breakpoint
/freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp98 bool Watchpoint::IsHardware() const { return m_is_hardware; } function in class:Watchpoint
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp776 bool SBBreakpoint::IsHardware() const { function in class:SBBreakpoint

Completed in 119 milliseconds