Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBModule.h102 bool SetRemoteInstallFileSpec(lldb::SBFileSpec &file);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBModule.cpp132 bool SBModule::SetRemoteInstallFileSpec(lldb::SBFileSpec &file) { in SetRemoteInstallFileSpec() function in SBModule
135 module_sp->SetRemoteInstallFileSpec(file.ref()); in SetRemoteInstallFileSpec()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModule.h595 void SetRemoteInstallFileSpec(const FileSpec &file) { in SetRemoteInstallFileSpec() function