Home
last modified time | relevance | path

Searched refs:GetPlatformFileSpec (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h65 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 DModule.h467 const FileSpec &GetPlatformFileSpec() const { in GetPlatformFileSpec()
466 const FileSpec &GetPlatformFileSpec() const { GetPlatformFileSpec() function
/llvm-project/lldb/source/API/
H A DSBModuleSpec.cpp76 lldb::SBFileSpec SBModuleSpec::GetPlatformFileSpec() { in GetPlatformFileSpec() function in SBModuleSpec
79 return SBFileSpec(m_opaque_up->GetPlatformFileSpec()); in GetPlatformFileSpec()
85 m_opaque_up->GetPlatformFileSpec() = *sb_spec; in SetPlatformFileSpec()
H A DSBModule.cpp116 lldb::SBFileSpec SBModule::GetPlatformFileSpec() const { in GetPlatformFileSpec() function in SBModule
122 file_spec.SetFileSpec(module_sp->GetPlatformFileSpec()); in GetPlatformFileSpec()
/llvm-project/lldb/bindings/interface/
H A DSBModuleSpecDocstrings.i26 ) lldb::SBModuleSpec::GetPlatformFileSpec;
H A DSBModuleDocstrings.i117 ) lldb::SBModule::GetPlatformFileSpec;
H A DSBModuleExtensions.i230 …platform_file = property(GetPlatformFileSpec, None, doc='''A read only property that returns an ll…
/llvm-project/lldb/test/API/python_api/default-constructor/
H A Dsb_module.py11 obj.GetPlatformFileSpec()
/llvm-project/lldb/include/lldb/API/
H A DSBModuleSpec.h58 lldb::SBFileSpec GetPlatformFileSpec();
H A DSBModule.h65 lldb::SBFileSpec GetPlatformFileSpec() const;
/llvm-project/lldb/source/Core/
H A DModule.cpp212 if (module_spec.GetPlatformFileSpec()) in Module()
213 m_platform_file = module_spec.GetPlatformFileSpec(); in Module()
214 else if (matching_module_spec.GetPlatformFileSpec()) in Module()
215 m_platform_file = matching_module_spec.GetPlatformFileSpec(); in Module()
1536 const FileSpec &platform_file_spec = module_ref.GetPlatformFileSpec(); in MatchesModuleSpec()
1537 if (!FileSpec::Match(platform_file_spec, GetPlatformFileSpec())) in MatchesModuleSpec()
H A DModuleList.cpp261 equivalent_module_spec.GetPlatformFileSpec() = in ReplaceEquivalent()
262 module_sp->GetPlatformFileSpec(); in ReplaceEquivalent()
963 platform_module_spec.GetPlatformFileSpec() = in GetSharedModule()
/llvm-project/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.cpp360 if (!module_sp->GetPlatformFileSpec()) in DownloadSymbolFile()
405 module_sp->GetPlatformFileSpec().GetPath(false).c_str(), in DownloadSymbolFile()
/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinDevice.cpp308 module_spec.GetPlatformFileSpec().GetDirectory().AsCString(), in GetSharedModuleWithLocalCache()
309 module_spec.GetPlatformFileSpec().GetFilename().AsCString(), in GetSharedModuleWithLocalCache()
/llvm-project/lldb/unittests/Target/
H A DModuleCacheTest.cpp122 module_sp->GetPlatformFileSpec().GetPath().c_str()); in TryGetAndPut()
/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp107 FileSpec file_spec(executable->GetPlatformFileSpec()); in GetLoadAddress()
/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp756 reexport_module_spec.GetPlatformFileSpec() = in GetAddressRangeFromHereToEndLine()
758 if (reexport_module_spec.GetPlatformFileSpec()) { in GetAddressRangeFromHereToEndLine()
762 reexport_module_spec.GetPlatformFileSpec().ClearDirectory(); in GetAddressRangeFromHereToEndLine()
/llvm-project/lldb/test/API/python_api/sbplatform/
H A DTestLocateModuleCallback.py67 MODULE_PLATFORM_PATH, Path(module.GetPlatformFileSpec().fullpath).as_posix()
/llvm-project/lldb/source/Target/
H A DModuleCache.cpp255 cached_module_spec.GetPlatformFileSpec() = module_spec.GetFileSpec(); in Get()
/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleSaver.cpp254 std::string system_path = module_sp->GetPlatformFileSpec().GetPath(); in BuildModulesSection()
H A DTraceIntelPTBundleLoader.cpp44 module_spec.GetPlatformFileSpec() = system_file_spec; in ParseModule()
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp558 reexport_module_spec.GetPlatformFileSpec() = in GetSymbolAddress()
560 if (reexport_module_spec.GetPlatformFileSpec()) { in GetSymbolAddress()
564 reexport_module_spec.GetPlatformFileSpec().ClearDirectory(); in GetSymbolAddress()
/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp146 m_exe_file_spec = exe_mod->GetPlatformFileSpec(); in UpdateExecutablePath()
/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3594 sc.module_sp->GetPlatformFileSpec().GetFilename().AsCString(), in DoExecute()
4260 if (!module_spec.GetFileSpec() && !module_spec.GetPlatformFileSpec()) in GetOptions()
4445 module_spec.GetPlatformFileSpec() = module_sp->GetPlatformFileSpec(); in AddSymbolsForUUID()
4497 module_spec.GetFileSpec() = frame_module_sp->GetPlatformFileSpec(); in AddSymbolsForFrame()
4542 module_spec.GetFileSpec() = frame_module_sp->GetPlatformFileSpec(); in AddSymbolsForStack()
H A DCommandObjectProcess.cpp223 exe_module_sp->GetPlatformFileSpec(), false); in DoExecute()
229 exe_module_sp->GetPlatformFileSpec(), true); in DoExecute()

12