Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h330 void SetDestroyCallback(lldb::SBDebuggerDestroyCallback destroy_callback,
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1690 lldb::SBDebuggerDestroyCallback destroy_callback, void *baton) { in SetDestroyCallback() argument
1691 LLDB_INSTRUMENT_VA(this, destroy_callback, baton); in SetDestroyCallback()
1694 destroy_callback, baton); in SetDestroyCallback()
/freebsd-14.2/contrib/llvm-project/lldb/bindings/python/
H A Dpython-typemaps.swig456 %typemap(in) (lldb::SBDebuggerDestroyCallback destroy_callback, void *baton) {
474 %typemap(typecheck) (lldb::SBDebuggerDestroyCallback destroy_callback, void *baton) {
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h571 SetDestroyCallback(lldb_private::DebuggerDestroyCallback destroy_callback,
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1428 lldb_private::DebuggerDestroyCallback destroy_callback, void *baton) { in SetDestroyCallback() argument
1429 m_destroy_callback = destroy_callback; in SetDestroyCallback()
/freebsd-14.2/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c1422 destroy_callback(zfs_handle_t *zhp, void *data) in destroy_callback() function
1626 destroy_callback, cb); in destroy_clones()
1846 if (zfs_iter_dependents_v2(zhp, 0, B_FALSE, destroy_callback, in zfs_do_destroy()
1856 err = destroy_callback(zhp, &cb); in zfs_do_destroy()