Home
last modified time | relevance | path

Searched refs:GetNextID (Results 1 – 9 of 9) 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()
117 wp_resource_id_t WatchpointResource::GetNextID() { in GetNextID() function in WatchpointResource
H A DBreakpointSite.cpp23 : StoppointSite(GetNextID(), addr, 0, use_hardware), in BreakpointSite()
40 break_id_t BreakpointSite::GetNextID() { in 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.h136 static lldb::wp_resource_id_t GetNextID();
H A DBreakpointSite.h237 static lldb::break_id_t GetNextID();
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h569 static lldb::user_id_t GetNextID();
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DTelemetry.cpp80 uint64_t CommandInfo::GetNextID() { return g_command_id_seed.fetch_add(1); } in GetNextID() function in lldb_private::telemetry::CommandInfo
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DTelemetry.h155 static uint64_t GetNextID();
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1952 const int command_id = telemetry::CommandInfo::GetNextID(); in HandleCommand()