Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBPlatform.i31 GetRsyncEnabled();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h37 bool GetRsyncEnabled();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp126 bool SBPlatformConnectOptions::GetRsyncEnabled() { in GetRsyncEnabled() function in SBPlatformConnectOptions
127 LLDB_RECORD_METHOD_NO_ARGS(bool, SBPlatformConnectOptions, GetRsyncEnabled); in GetRsyncEnabled()
717 LLDB_REGISTER_METHOD(bool, SBPlatformConnectOptions, GetRsyncEnabled, ()); in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp36914 result = (bool)(arg1)->GetRsyncEnabled(); in _wrap_SBPlatformConnectOptions_GetRsyncEnabled()