Home
last modified time | relevance | path

Searched refs:RegisterNativeDelegate (Results 1 – 11 of 11) sorted by relevance

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp29 bool registered = RegisterNativeDelegate(delegate); in NativeProcessProtocol()
298 bool NativeProcessProtocol::RegisterNativeDelegate( in RegisterNativeDelegate() function in NativeProcessProtocol
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp29 bool registered = RegisterNativeDelegate(delegate); in NativeProcessProtocol()
298 bool NativeProcessProtocol::RegisterNativeDelegate( in RegisterNativeDelegate() function in NativeProcessProtocol
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp29 bool registered = RegisterNativeDelegate(delegate); in NativeProcessProtocol()
298 bool NativeProcessProtocol::RegisterNativeDelegate( in RegisterNativeDelegate() function in NativeProcessProtocol
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp29 bool registered = RegisterNativeDelegate(delegate); in NativeProcessProtocol()
298 bool NativeProcessProtocol::RegisterNativeDelegate( in RegisterNativeDelegate() function in NativeProcessProtocol
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp29 bool registered = RegisterNativeDelegate(delegate); in NativeProcessProtocol()
298 bool NativeProcessProtocol::RegisterNativeDelegate( in RegisterNativeDelegate() function in NativeProcessProtocol
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h237 bool RegisterNativeDelegate(NativeDelegate &native_delegate);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h237 bool RegisterNativeDelegate(NativeDelegate &native_delegate);
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h242 bool RegisterNativeDelegate(NativeDelegate &native_delegate);
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h242 bool RegisterNativeDelegate(NativeDelegate &native_delegate);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h242 bool RegisterNativeDelegate(NativeDelegate &native_delegate);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.cpp97 if (!np_darwin_sp->RegisterNativeDelegate(native_delegate)) { in Launch()
137 if (!native_process_darwin_sp->RegisterNativeDelegate(native_delegate)) { in Attach()