Searched refs:SetPlatformFileSpec (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBModuleSpec.cpp | 80 void SBModuleSpec::SetPlatformFileSpec(const lldb::SBFileSpec &sb_spec) { in SetPlatformFileSpec() function in SBModuleSpec 81 LLDB_RECORD_METHOD(void, SBModuleSpec, SetPlatformFileSpec, in SetPlatformFileSpec() 264 LLDB_REGISTER_METHOD(void, SBModuleSpec, SetPlatformFileSpec, in RegisterMethods()
|
| H A D | SBModule.cpp | 119 bool SBModule::SetPlatformFileSpec(const lldb::SBFileSpec &platform_file) { in SetPlatformFileSpec() function in SBModule 120 LLDB_RECORD_METHOD(bool, SBModule, SetPlatformFileSpec, in SetPlatformFileSpec() 127 module_sp->SetPlatformFileSpec(*platform_file); in SetPlatformFileSpec() 716 LLDB_REGISTER_METHOD(bool, SBModule, SetPlatformFileSpec, in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBModuleSpec.i | 62 SetPlatformFileSpec (const lldb::SBFileSpec &fspec);
|
| H A D | SBModule.i | 170 SetPlatformFileSpec (const lldb::SBFileSpec &platform_file);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBModuleSpec.h | 60 void SetPlatformFileSpec(const lldb::SBFileSpec &fspec);
|
| H A D | SBModule.h | 65 bool SetPlatformFileSpec(const lldb::SBFileSpec &platform_file);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Module.h | 485 void SetPlatformFileSpec(const FileSpec &file) { m_platform_file = file; } in SetPlatformFileSpec() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Platform.cpp | 254 module_sp->SetPlatformFileSpec(resolved_spec.GetFileSpec()); in GetSharedModule()
|
| H A D | Target.cpp | 2809 module_sp->SetPlatformFileSpec(remote_file); in Install()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectTarget.cpp | 381 module_sp->SetPlatformFileSpec(remote_file); in DoExecute() 391 module_sp->SetPlatformFileSpec(remote_file); in DoExecute()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 34270 result = (bool)(arg1)->SetPlatformFileSpec((lldb::SBFileSpec const &)*arg2); in _wrap_SBModule_SetPlatformFileSpec() 35944 (arg1)->SetPlatformFileSpec((lldb::SBFileSpec const &)*arg2); in _wrap_SBModuleSpec_SetPlatformFileSpec()
|