Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBModuleSpec.cpp80 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 DSBModule.cpp119 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 DSBModuleSpec.i62 SetPlatformFileSpec (const lldb::SBFileSpec &fspec);
H A DSBModule.i170 SetPlatformFileSpec (const lldb::SBFileSpec &platform_file);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModuleSpec.h60 void SetPlatformFileSpec(const lldb::SBFileSpec &fspec);
H A DSBModule.h65 bool SetPlatformFileSpec(const lldb::SBFileSpec &platform_file);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h485 void SetPlatformFileSpec(const FileSpec &file) { m_platform_file = file; } in SetPlatformFileSpec() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp254 module_sp->SetPlatformFileSpec(resolved_spec.GetFileSpec()); in GetSharedModule()
H A DTarget.cpp2809 module_sp->SetPlatformFileSpec(remote_file); in Install()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp381 module_sp->SetPlatformFileSpec(remote_file); in DoExecute()
391 module_sp->SetPlatformFileSpec(remote_file); in DoExecute()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp34270 result = (bool)(arg1)->SetPlatformFileSpec((lldb::SBFileSpec const &)*arg2); in _wrap_SBModule_SetPlatformFileSpec()
35944 (arg1)->SetPlatformFileSpec((lldb::SBFileSpec const &)*arg2); in _wrap_SBModuleSpec_SetPlatformFileSpec()