Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/common/
DNativeProcessProtocol.h253 bool UnregisterNativeDelegate(NativeDelegate &native_delegate);
/external/llvm-project/lldb/source/Host/common/
DNativeProcessProtocol.cpp309 bool NativeProcessProtocol::UnregisterNativeDelegate( in UnregisterNativeDelegate() function in NativeProcessProtocol