Home
last modified time | relevance | path

Searched refs:SetRemoteInstallFileSpec (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp145 bool SBModule::SetRemoteInstallFileSpec(lldb::SBFileSpec &file) { in SetRemoteInstallFileSpec() function in SBModule
146 LLDB_RECORD_METHOD(bool, SBModule, SetRemoteInstallFileSpec, in SetRemoteInstallFileSpec()
151 module_sp->SetRemoteInstallFileSpec(file.ref()); in SetRemoteInstallFileSpec()
720 LLDB_REGISTER_METHOD(bool, SBModule, SetRemoteInstallFileSpec, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModule.h95 bool SetRemoteInstallFileSpec(lldb::SBFileSpec &file);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h491 void SetRemoteInstallFileSpec(const FileSpec &file) { in SetRemoteInstallFileSpec() function
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBModule.i176 SetRemoteInstallFileSpec (lldb::SBFileSpec &file);
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp34328 result = (bool)(arg1)->SetRemoteInstallFileSpec(*arg2); in _wrap_SBModule_SetRemoteInstallFileSpec()