Home
last modified time | relevance | path

Searched refs:SetPlatformFileSpec (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBModuleSpec.h63 void SetPlatformFileSpec(const lldb::SBFileSpec &fspec);
H A DSBModule.h68 bool SetPlatformFileSpec(const lldb::SBFileSpec &platform_file);
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdFile.cpp139 module.SetPlatformFileSpec(lldb::SBFileSpec(remotePath.c_str())); in Execute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBModuleSpec.cpp51 void SBModuleSpec::SetPlatformFileSpec(const lldb::SBFileSpec &sb_spec) { in SetPlatformFileSpec() function in SBModuleSpec
H A DSBModule.cpp106 bool SBModule::SetPlatformFileSpec(const lldb::SBFileSpec &platform_file) { in SetPlatformFileSpec() function in SBModule
112 module_sp->SetPlatformFileSpec(*platform_file); in SetPlatformFileSpec()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModule.h589 void SetPlatformFileSpec(const FileSpec &file) { m_platform_file = file; } in SetPlatformFileSpec() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp250 module_sp->SetPlatformFileSpec(resolved_spec.GetFileSpec()); in GetSharedModule()
H A DTarget.cpp2696 module_sp->SetPlatformFileSpec(remote_file); in Install()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp391 module_sp->SetPlatformFileSpec(remote_file); in DoExecute()
401 module_sp->SetPlatformFileSpec(remote_file); in DoExecute()