Home
last modified time | relevance | path

Searched refs:m_destroy_callback_next_token (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h741 lldb::callback_token_t m_destroy_callback_next_token = 0; variable
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1445 const lldb::callback_token_t token = m_destroy_callback_next_token++; in SetDestroyCallback()
1452 const lldb::callback_token_t token = m_destroy_callback_next_token++; in AddDestroyCallback()