Home
last modified time | relevance | path

Searched refs:GetNextID (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointResource.cpp21 : m_id(GetNextID()), m_addr(addr), m_size(size), in WatchpointResource()
120 wp_resource_id_t WatchpointResource::GetNextID() { in GetNextID() function in WatchpointResource
H A DBreakpointSite.cpp22 : StoppointSite(GetNextID(), addr, 0, use_hardware), in BreakpointSite()
40 break_id_t BreakpointSite::GetNextID() { in ~BreakpointSite()
42 break_id_t BreakpointSite::GetNextID() { GetNextID() function in BreakpointSite
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlan.cpp32 SetID(GetNextID()); in ThreadPlan()
146 lldb::user_id_t ThreadPlan::GetNextID() { in GetNextID() function in ThreadPlan
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointResource.h137 static lldb::wp_resource_id_t GetNextID();
H A DBreakpointSite.h232 static lldb::break_id_t GetNextID();
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h544 static lldb::user_id_t GetNextID();