Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
DSBModule.h92 GetRemoteInstallFileSpec ();
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
DSBModule.cpp166 SBModule::GetRemoteInstallFileSpec () in GetRemoteInstallFileSpec() function in SBModule
171 sb_file_spec.SetFileSpec (module_sp->GetRemoteInstallFileSpec()); in GetRemoteInstallFileSpec()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
DModule.h582 GetRemoteInstallFileSpec () const in GetRemoteInstallFileSpec() function
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DTarget.cpp2233 FileSpec remote_file (module_sp->GetRemoteInstallFileSpec()); in Install()