Searched refs:SetPlatformFileSpec (Results 1 – 16 of 16) sorted by relevance
396 module_sp->SetPlatformFileSpec(module_spec.GetFileSpec()); in GetSharedModuleWithLocalCache()433 module_sp->SetPlatformFileSpec(module_spec.GetFileSpec()); in GetSharedModuleWithLocalCache()458 module_sp->SetPlatformFileSpec(module_spec.GetFileSpec()); in GetSharedModuleWithLocalCache()
398 module_sp->SetPlatformFileSpec(new_file_spec); in GetSharedModule()409 module_sp->SetPlatformFileSpec(module_spec.GetFileSpec()); in GetSharedModule()1291 module_sp->SetPlatformFileSpec(path_to_try); in FindBundleBinaryInExecSearchPaths()
351 module_sp->SetPlatformFileSpec(platform_file); in GetSharedModule()
507 module_sp->SetPlatformFileSpec(platform_file); in GetSharedModule()
62 SetPlatformFileSpec (const lldb::SBFileSpec &fspec);
180 SetPlatformFileSpec (const lldb::SBFileSpec &platform_file);
60 void SetPlatformFileSpec(const lldb::SBFileSpec &fspec);
67 bool SetPlatformFileSpec(const lldb::SBFileSpec &platform_file);
77 void SBModuleSpec::SetPlatformFileSpec(const lldb::SBFileSpec &sb_spec) { in SetPlatformFileSpec() function in SBModuleSpec
127 bool SBModule::SetPlatformFileSpec(const lldb::SBFileSpec &platform_file) { in SetPlatformFileSpec() function in SBModule134 module_sp->SetPlatformFileSpec(*platform_file); in SetPlatformFileSpec()
199 (lldb) script lldb.target.module['a.out'].SetPlatformFileSpec("/bin/a.out")214 (lldb) script lldb.target.module['libfoo.so'].SetPlatformFileSpec("/usr/lib/libfoo.so")215 (lldb) script lldb.target.module['libbar.so'].SetPlatformFileSpec("/usr/local/lib/libbar.so")
518 void SetPlatformFileSpec(const FileSpec &file) { m_platform_file = file; } in SetPlatformFileSpec() function
234 module_sp->SetPlatformFileSpec(resolved_spec.GetFileSpec()); in GetSharedModule()
2984 module_sp->SetPlatformFileSpec(remote_file); in Install()
394 module_sp->SetPlatformFileSpec(remote_file); in DoExecute()404 module_sp->SetPlatformFileSpec(remote_file); in DoExecute()
3202 module_sp->SetPlatformFileSpec(remote_file_spec); in SetRemoteFile()