Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBModule.h82 lldb::SBFileSpec GetRemoteInstallFileSpec();
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBModule.cpp124 lldb::SBFileSpec SBModule::GetRemoteInstallFileSpec() { in GetRemoteInstallFileSpec() function in SBModule
128 sb_file_spec.SetFileSpec(module_sp->GetRemoteInstallFileSpec()); in GetRemoteInstallFileSpec()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModule.h591 const FileSpec &GetRemoteInstallFileSpec() const { in GetRemoteInstallFileSpec() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2682 FileSpec remote_file(module_sp->GetRemoteInstallFileSpec()); in Install()