| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | ModuleSpec.h | 65 FileSpec &GetPlatformFileSpec() { return m_platform_file; } in GetPlatformFileSpec() function 67 const FileSpec &GetPlatformFileSpec() const { return m_platform_file; } in GetPlatformFileSpec() function 236 if (GetPlatformFileSpec() && in Matches() 237 !FileSpec::Match(match_module_spec.GetPlatformFileSpec(), in Matches() 238 GetPlatformFileSpec())) { in Matches()
|
| H A D | Module.h | 491 const FileSpec &GetPlatformFileSpec() const { in GetPlatformFileSpec() function
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBModuleSpec.i | 57 A const reference to the file specification object.") GetPlatformFileSpec; 59 GetPlatformFileSpec ();
|
| H A D | SBModule.i | 172 A const reference to the file specification object.") GetPlatformFileSpec; 174 GetPlatformFileSpec () const; 569 …platform_file = property(GetPlatformFileSpec, None, doc='''A read only property that returns an ll…
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBModuleSpec.cpp | 71 lldb::SBFileSpec SBModuleSpec::GetPlatformFileSpec() { in GetPlatformFileSpec() function in SBModuleSpec 74 return SBFileSpec(m_opaque_up->GetPlatformFileSpec()); in GetPlatformFileSpec() 80 m_opaque_up->GetPlatformFileSpec() = *sb_spec; in SetPlatformFileSpec()
|
| H A D | SBModule.cpp | 116 lldb::SBFileSpec SBModule::GetPlatformFileSpec() const { in GetPlatformFileSpec() function in SBModule 122 file_spec.SetFileSpec(module_sp->GetPlatformFileSpec()); in GetPlatformFileSpec()
|
| H A D | SBTarget.cpp | 273 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), in LaunchSimple() 355 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch() 412 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch()
|
| H A D | SBProcess.cpp | 144 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in RemoteLaunch()
|
| /llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/ |
| H A D | sb_module.py | 11 obj.GetPlatformFileSpec()
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBModuleSpec.h | 58 lldb::SBFileSpec GetPlatformFileSpec();
|
| H A D | SBModule.h | 65 lldb::SBFileSpec GetPlatformFileSpec() const;
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/ |
| H A D | PlatformAndroid.cpp | 289 if (!module_sp->GetPlatformFileSpec()) in DownloadSymbolFile() 328 module_sp->GetPlatformFileSpec().GetCString(false), in DownloadSymbolFile()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | Module.cpp | 209 if (module_spec.GetPlatformFileSpec()) in Module() 210 m_platform_file = module_spec.GetPlatformFileSpec(); in Module() 211 else if (matching_module_spec.GetPlatformFileSpec()) in Module() 212 m_platform_file = matching_module_spec.GetPlatformFileSpec(); in Module() 1593 const FileSpec &platform_file_spec = module_ref.GetPlatformFileSpec(); in MatchesModuleSpec() 1594 if (!FileSpec::Match(platform_file_spec, GetPlatformFileSpec())) in MatchesModuleSpec()
|
| H A D | ModuleList.cpp | 237 equivalent_module_spec.GetPlatformFileSpec() = in ReplaceEquivalent() 238 module_sp->GetPlatformFileSpec(); in ReplaceEquivalent() 951 platform_module_spec.GetPlatformFileSpec() = in GetSharedModule()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformDarwinDevice.cpp | 298 module_spec.GetPlatformFileSpec().GetDirectory().AsCString(), in GetSharedModuleWithLocalCache() 299 module_spec.GetPlatformFileSpec().GetFilename().AsCString(), in GetSharedModuleWithLocalCache()
|
| /llvm-project-15.0.7/lldb/unittests/Target/ |
| H A D | ModuleCacheTest.cpp | 122 module_sp->GetPlatformFileSpec().GetCString()); in TryGetAndPut()
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Windows-DYLD/ |
| H A D | DynamicLoaderWindowsDYLD.cpp | 107 FileSpec file_spec(executable->GetPlatformFileSpec()); in GetLoadAddress()
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | SymbolContext.cpp | 809 reexport_module_spec.GetPlatformFileSpec() = in FindBestGlobalDataSymbol() 811 if (reexport_module_spec.GetPlatformFileSpec()) { in FindBestGlobalDataSymbol() 815 reexport_module_spec.GetPlatformFileSpec() in FindBestGlobalDataSymbol()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPTBundleLoader.cpp | 42 module_spec.GetPlatformFileSpec() = system_file_spec; in ParseModule()
|
| H A D | TraceIntelPTBundleSaver.cpp | 256 std::string system_path = module_sp->GetPlatformFileSpec().GetPath(); in BuildModulesSection()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | ModuleCache.cpp | 252 cached_module_spec.GetPlatformFileSpec() = module_spec.GetFileSpec(); in Get()
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectTarget.cpp | 3386 sc.module_sp->GetPlatformFileSpec().GetFilename().AsCString(), in DoExecute() 4074 if (!module_spec.GetFileSpec() && !module_spec.GetPlatformFileSpec()) in AddModuleSymbols() 4259 module_spec.GetPlatformFileSpec() = module_sp->GetPlatformFileSpec(); in AddSymbolsForFile() 4311 if (FileSystem::Instance().Exists(frame_module_sp->GetPlatformFileSpec())) { in AddSymbolsForFrame() 4313 module_spec.GetFileSpec() = frame_module_sp->GetPlatformFileSpec(); in AddSymbolsForFrame() 4361 frame_module_sp->GetPlatformFileSpec())) { in AddSymbolsForStack() 4363 module_spec.GetFileSpec() = frame_module_sp->GetPlatformFileSpec(); in AddSymbolsForStack()
|
| H A D | CommandObjectProcess.cpp | 234 exe_module_sp->GetPlatformFileSpec(), false); in DoExecute() 240 exe_module_sp->GetPlatformFileSpec(), true); in DoExecute()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 565 reexport_module_spec.GetPlatformFileSpec() = in GetSymbolAddress() 567 if (reexport_module_spec.GetPlatformFileSpec()) { in GetSymbolAddress() 571 reexport_module_spec.GetPlatformFileSpec().GetDirectory().Clear(); in GetSymbolAddress()
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DYLDRendezvous.cpp | 120 m_exe_file_spec = exe_mod->GetPlatformFileSpec(); in UpdateExecutablePath()
|