Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A 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()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModule.h77 lldb::SBFileSpec GetRemoteInstallFileSpec();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h487 const FileSpec &GetRemoteInstallFileSpec() const { in GetRemoteInstallFileSpec() function
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBModule.i173 GetRemoteInstallFileSpec ();
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2797 FileSpec remote_file(module_sp->GetRemoteInstallFileSpec()); in Install()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp34294 result = (arg1)->GetRemoteInstallFileSpec(); in _wrap_SBModule_GetRemoteInstallFileSpec()