Home
last modified time | relevance | path

Searched refs:wp_resource_id_t (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointResource.h28 typedef lldb::wp_resource_id_t SiteID;
124 lldb::wp_resource_id_t GetID() const;
137 static lldb::wp_resource_id_t GetNextID();
139 lldb::wp_resource_id_t m_id;
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointResource.cpp44 wp_resource_id_t WatchpointResource::GetID() const { return m_id; } in GetID()
120 wp_resource_id_t WatchpointResource::GetNextID() { in GetNextID()
121 static wp_resource_id_t g_next_id = 0; in GetNextID()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-types.h88 typedef uint32_t wp_resource_id_t; typedef