Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h238 bool UnregisterNativeDelegate(NativeDelegate &native_delegate);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp311 bool NativeProcessProtocol::UnregisterNativeDelegate( in UnregisterNativeDelegate() function in NativeProcessProtocol