Home
last modified time | relevance | path

Searched refs:DisableRsync (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBPlatform.i39 DisableRsync ();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h42 void DisableRsync();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp153 void SBPlatformConnectOptions::DisableRsync() { in DisableRsync() function in SBPlatformConnectOptions
154 LLDB_RECORD_METHOD_NO_ARGS(void, SBPlatformConnectOptions, DisableRsync); in DisableRsync()
720 LLDB_REGISTER_METHOD(void, SBPlatformConnectOptions, DisableRsync, ()); in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp36969 (arg1)->DisableRsync(); in _wrap_SBPlatformConnectOptions_DisableRsync()