Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModuleSpec.h60 void SetPlatformFileSpec(const lldb::SBFileSpec &fspec);
H A DSBModule.h67 bool SetPlatformFileSpec(const lldb::SBFileSpec &platform_file);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBModuleSpec.cpp82 void SBModuleSpec::SetPlatformFileSpec(const lldb::SBFileSpec &sb_spec) { in SetPlatformFileSpec() function in SBModuleSpec
H A DSBModule.cpp127 bool SBModule::SetPlatformFileSpec(const lldb::SBFileSpec &platform_file) { in SetPlatformFileSpec() function in SBModule
134 module_sp->SetPlatformFileSpec(*platform_file); in SetPlatformFileSpec()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h472 void SetPlatformFileSpec(const FileSpec &file) { m_platform_file = file; }
518 void SetPlatformFileSpec(const FileSpec &file) { m_platform_file = file; } SetPlatformFileSpec() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp196 module_sp->SetPlatformFileSpec(resolved_spec.GetFileSpec()); in GetSharedModule()
H A DTarget.cpp3086 module_sp->SetPlatformFileSpec(remote_file); in Install()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp396 module_sp->SetPlatformFileSpec(remote_file); in DoExecute()
406 module_sp->SetPlatformFileSpec(remote_file); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3201 module_sp->SetPlatformFileSpec(remote_file_spec); in SetRemoteFile()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp38814 result = (bool)(arg1)->SetPlatformFileSpec((lldb::SBFileSpec const &)*arg2); in _wrap_SBModule_SetPlatformFileSpec()
40523 (arg1)->SetPlatformFileSpec((lldb::SBFileSpec const &)*arg2); in _wrap_SBModuleSpec_SetPlatformFileSpec()