/freebsd/contrib/llvm-project/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 | 466 const FileSpec &GetPlatformFileSpec() const { 512 const FileSpec &GetPlatformFileSpec() const { GetPlatformFileSpec() function
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBModuleSpec.cpp | 76 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 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 | 281 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), in LaunchSimple() 363 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch() 420 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch()
|
H A D | SBProcess.cpp | 148 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in RemoteLaunch()
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBModuleSpecDocstrings.i | 26 ) lldb::SBModuleSpec::GetPlatformFileSpec;
|
H A D | SBModuleDocstrings.i | 117 ) lldb::SBModule::GetPlatformFileSpec;
|
H A D | SBModuleExtensions.i | 230 platform_file = property(GetPlatformFileSpec, None, doc='''A read only property that returns an lldb object that represents the file (lldb.SBFileSpec) for this object file for this module as it is represented on the current host system.''')
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBModuleSpec.h | 58 lldb::SBFileSpec GetPlatformFileSpec();
|
H A D | SBModule.h | 65 lldb::SBFileSpec GetPlatformFileSpec() const;
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Module.cpp | 211 if (module_spec.GetPlatformFileSpec()) in Module() 212 m_platform_file = module_spec.GetPlatformFileSpec(); in Module() 213 else if (matching_module_spec.GetPlatformFileSpec()) in Module() 214 m_platform_file = matching_module_spec.GetPlatformFileSpec(); in Module() 1522 const FileSpec &platform_file_spec = module_ref.GetPlatformFileSpec(); in MatchesModuleSpec() 1523 if (!FileSpec::Match(platform_file_spec, GetPlatformFileSpec())) in MatchesModuleSpec()
|
H A D | ModuleList.cpp | 261 equivalent_module_spec.GetPlatformFileSpec() = in ReplaceEquivalent() 262 module_sp->GetPlatformFileSpec(); in ReplaceEquivalent() 963 platform_module_spec.GetPlatformFileSpec() = in GetSharedModule()
|
H A D | IOHandlerCursesGUI.cpp | 3418 launch_info.SetExecutableFile(executable_module->GetPlatformFileSpec(), in GetExecutableSettings() 3423 launch_info.SetExecutableFile(executable_module->GetPlatformFileSpec(), in GetExecutableSettings()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/ |
H A D | DynamicLoaderWindowsDYLD.cpp | 107 FileSpec file_spec(executable->GetPlatformFileSpec()); in GetLoadAddress()
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | SymbolContext.cpp | 821 reexport_module_spec.GetPlatformFileSpec() = in FindBestGlobalDataSymbol() 823 if (reexport_module_spec.GetPlatformFileSpec()) { in FindBestGlobalDataSymbol() 827 reexport_module_spec.GetPlatformFileSpec().ClearDirectory(); in FindBestGlobalDataSymbol()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | ModuleCache.cpp | 252 cached_module_spec.GetPlatformFileSpec() = module_spec.GetFileSpec(); in Get()
|
H A D | Platform.cpp | 1455 module_spec.GetPlatformFileSpec() = platform_spec; in GetCachedExecutable() 1667 cached_module_spec.GetPlatformFileSpec() = module_spec.GetFileSpec(); in CallLocateModuleCallbackIfSet()
|
H A D | Target.cpp | 3421 old_exec_module_sp->GetPlatformFileSpec().GetFilename()); in Attach()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | TraceIntelPTBundleSaver.cpp | 254 std::string system_path = module_sp->GetPlatformFileSpec().GetPath(); in BuildModulesSection()
|
H A D | TraceIntelPTBundleLoader.cpp | 44 module_spec.GetPlatformFileSpec() = system_file_spec; in ParseModule()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionDeclMap.cpp | 558 reexport_module_spec.GetPlatformFileSpec() = in GetSymbolAddress() 560 if (reexport_module_spec.GetPlatformFileSpec()) { in GetSymbolAddress() 564 reexport_module_spec.GetPlatformFileSpec().ClearDirectory(); in GetSymbolAddress()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
H A D | DYLDRendezvous.cpp | 146 m_exe_file_spec = exe_mod->GetPlatformFileSpec(); in Resolve()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectTarget.cpp | 3611 sc.module_sp->GetPlatformFileSpec().GetFilename().AsCString(), in DoExecute() 4276 if (!module_spec.GetFileSpec() && !module_spec.GetPlatformFileSpec()) in AddModuleSymbols() 4461 module_spec.GetPlatformFileSpec() = module_sp->GetPlatformFileSpec(); in AddSymbolsForFile() 4513 module_spec.GetFileSpec() = frame_module_sp->GetPlatformFileSpec(); in AddSymbolsForFrame() 4558 module_spec.GetFileSpec() = frame_module_sp->GetPlatformFileSpec(); in AddSymbolsForStack()
|
H A D | CommandObjectProcess.cpp | 215 exe_module_sp->GetPlatformFileSpec(), false); in DoExecute() 221 exe_module_sp->GetPlatformFileSpec(), true); in DoExecute()
|