Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBModule.h79 lldb::SBFileSpec GetRemoteInstallFileSpec();
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBModule.cpp141 lldb::SBFileSpec SBModule::GetRemoteInstallFileSpec() { in GetRemoteInstallFileSpec() function in SBModule
147 sb_file_spec.SetFileSpec(module_sp->GetRemoteInstallFileSpec()); in GetRemoteInstallFileSpec()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBModule.i183 GetRemoteInstallFileSpec ();
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DModule.h520 const FileSpec &GetRemoteInstallFileSpec() const { in GetRemoteInstallFileSpec() function
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp2972 FileSpec remote_file(module_sp->GetRemoteInstallFileSpec()); in Install()