Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/API/
DSBModule.h77 lldb::SBFileSpec GetRemoteInstallFileSpec();
/external/llvm-project/lldb/source/API/
DSBModule.cpp134 lldb::SBFileSpec SBModule::GetRemoteInstallFileSpec() { in GetRemoteInstallFileSpec() function in SBModule
136 GetRemoteInstallFileSpec); in GetRemoteInstallFileSpec()
141 sb_file_spec.SetFileSpec(module_sp->GetRemoteInstallFileSpec()); in GetRemoteInstallFileSpec()
718 LLDB_REGISTER_METHOD(lldb::SBFileSpec, SBModule, GetRemoteInstallFileSpec, in RegisterMethods()
/external/llvm-project/lldb/include/lldb/Core/
DModule.h487 const FileSpec &GetRemoteInstallFileSpec() const { in GetRemoteInstallFileSpec() function
/external/llvm-project/lldb/bindings/interface/
DSBModule.i173 GetRemoteInstallFileSpec ();
/external/llvm-project/lldb/source/Target/
DTarget.cpp2789 FileSpec remote_file(module_sp->GetRemoteInstallFileSpec()); in Install()