Searched refs:SetPlatformFileSpec (Results 1 - 13 of 13) sorted by relevance

/external/lldb/test/python_api/default-constructor/
H A Dsb_module.py11 obj.SetPlatformFileSpec(lldb.SBFileSpec())
/external/lldb/scripts/Python/interface/
H A DSBModuleSpec.i63 SetPlatformFileSpec (const lldb::SBFileSpec &fspec);
H A DSBModule.i150 SetPlatformFileSpec (const lldb::SBFileSpec &platform_file);
/external/lldb/include/lldb/API/
H A DSBModuleSpec.h72 SetPlatformFileSpec (const lldb::SBFileSpec &fspec);
H A DSBModule.h77 SetPlatformFileSpec (const lldb::SBFileSpec &platform_file);
/external/lldb/source/API/
H A DSBModuleSpec.cpp76 SBModuleSpec::SetPlatformFileSpec (const lldb::SBFileSpec &sb_spec) function in class:SBModuleSpec
H A DSBModule.cpp142 SBModule::SetPlatformFileSpec (const lldb::SBFileSpec &platform_file) function in class:SBModule
150 module_sp->SetPlatformFileSpec(*platform_file);
156 log->Printf ("SBModule(%p)::SetPlatformFileSpec (SBFileSpec(%p (%s)) => %i",
/external/lldb/include/lldb/Core/
H A DModule.h541 SetPlatformFileSpec (const FileSpec &file) function in class:lldb_private::Module
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformiOSSimulator.cpp390 module_sp->SetPlatformFileSpec(platform_file);
H A DPlatformDarwin.cpp357 module_sp->SetPlatformFileSpec(new_file_spec);
368 module_sp->SetPlatformFileSpec(module_spec.GetFileSpec());
H A DPlatformRemoteiOS.cpp762 module_sp->SetPlatformFileSpec(platform_file);
/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp606 module_sp->SetPlatformFileSpec(module_spec.GetFileSpec());
/external/lldb/source/Commands/
H A DCommandObjectTarget.cpp270 module_sp->SetPlatformFileSpec(remote_file);

Completed in 1244 milliseconds