Home
last modified time | relevance | path

Searched refs:GetHardwareIndex (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBWatchpointDocstrings.i14 ) lldb::SBWatchpoint::GetHardwareIndex;
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStoppointSite.h41 uint32_t GetHardwareIndex() const { return m_hardware_index; } GetHardwareIndex() function
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBWatchpoint.h49 int32_t GetHardwareIndex();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp94 int32_t SBWatchpoint::GetHardwareIndex() { in GetHardwareIndex() function in SBWatchpoint
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81609 result = (int32_t)(arg1)->GetHardwareIndex(); in _wrap_SBWatchpoint_GetHardwareIndex()