Home
last modified time | relevance | path

Searched defs:ExecutableInstaller (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp83 struct ExecutableInstaller { struct
85 ExecutableInstaller(PlatformSP platform, ModuleSP module) in ExecutableInstaller() argument
90 void setupRemoteFile() const { m_module->SetPlatformFileSpec(m_remote_file); } in setupRemoteFile()
92 PlatformSP m_platform;
93 ModuleSP m_module;
94 const FileSpec m_local_file;
95 const FileSpec m_remote_file;