| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBModuleSpec.cpp | 47 lldb::SBFileSpec SBModuleSpec::GetPlatformFileSpec() { in GetPlatformFileSpec() function in SBModuleSpec 48 return SBFileSpec(m_opaque_ap->GetPlatformFileSpec()); in GetPlatformFileSpec() 52 m_opaque_ap->GetPlatformFileSpec() = *sb_spec; in SetPlatformFileSpec()
|
| H A D | SBModule.cpp | 90 lldb::SBFileSpec SBModule::GetPlatformFileSpec() const { in GetPlatformFileSpec() function in SBModule 96 file_spec.SetFileSpec(module_sp->GetPlatformFileSpec()); in GetPlatformFileSpec()
|
| H A D | SBTarget.cpp | 335 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch() 394 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch()
|
| H A D | SBProcess.cpp | 136 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in RemoteLaunch()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | ModuleSpec.h | 88 FileSpec &GetPlatformFileSpec() { return m_platform_file; } in GetPlatformFileSpec() function 90 const FileSpec &GetPlatformFileSpec() const { return m_platform_file; } in GetPlatformFileSpec() function 261 if (GetPlatformFileSpec() && match_module_spec.GetPlatformFileSpecPtr()) { in Matches() 262 const FileSpec &fspec = match_module_spec.GetPlatformFileSpec(); in Matches() 263 if (!FileSpec::Equal(fspec, GetPlatformFileSpec(), in Matches()
|
| H A D | Module.h | 583 const FileSpec &GetPlatformFileSpec() const { in GetPlatformFileSpec() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBModuleSpec.h | 61 lldb::SBFileSpec GetPlatformFileSpec();
|
| H A D | SBModule.h | 66 lldb::SBFileSpec GetPlatformFileSpec() const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/ |
| H A D | DynamicLoaderWindowsDYLD.cpp | 83 executable->GetPlatformFileSpec().GetFilename().GetCString()); in DidAttach()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Module.cpp | 195 if (module_spec.GetPlatformFileSpec()) in Module() 196 m_platform_file = module_spec.GetPlatformFileSpec(); in Module() 197 else if (matching_module_spec.GetPlatformFileSpec()) in Module() 198 m_platform_file = matching_module_spec.GetPlatformFileSpec(); in Module() 1612 const FileSpec &platform_file_spec = module_ref.GetPlatformFileSpec(); in MatchesModuleSpec() 1614 if (!FileSpec::Equal(platform_file_spec, GetPlatformFileSpec(), in MatchesModuleSpec()
|
| H A D | ModuleList.cpp | 177 equivalent_module_spec.GetPlatformFileSpec() = in ReplaceEquivalent() 178 module_sp->GetPlatformFileSpec(); in ReplaceEquivalent() 948 platform_module_spec.GetPlatformFileSpec() = in GetSharedModule()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | SymbolContext.cpp | 845 reexport_module_spec.GetPlatformFileSpec() = in FindBestGlobalDataSymbol() 847 if (reexport_module_spec.GetPlatformFileSpec()) { in FindBestGlobalDataSymbol() 851 reexport_module_spec.GetPlatformFileSpec() in FindBestGlobalDataSymbol()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ModuleCache.cpp | 249 cached_module_spec.GetPlatformFileSpec() = module_spec.GetFileSpec(); in Get()
|
| H A D | Platform.cpp | 1559 module_spec.GetPlatformFileSpec() = platform_spec; in GetCachedExecutable()
|
| H A D | Target.cpp | 2990 old_exec_module_sp->GetPlatformFileSpec().GetFilename(); in Attach()
|
| H A D | Process.cpp | 2731 exe_module->GetPlatformFileSpec().GetPath(platform_exec_file_path, in Launch()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DYLDRendezvous.cpp | 112 m_exe_file_spec = exe_mod->GetPlatformFileSpec(); in DYLDRendezvous()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 647 reexport_module_spec.GetPlatformFileSpec() = in GetSymbolAddress() 649 if (reexport_module_spec.GetPlatformFileSpec()) { in GetSymbolAddress() 653 reexport_module_spec.GetPlatformFileSpec().GetDirectory().Clear(); in GetSymbolAddress()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectProcess.cpp | 205 exe_module_sp->GetPlatformFileSpec(), false); in DoExecute() 208 exe_module_sp->GetPlatformFileSpec(), true); in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 3505 sc.module_sp->GetPlatformFileSpec().GetFilename().AsCString(), in DoExecute() 4147 if (!module_spec.GetFileSpec() && !module_spec.GetPlatformFileSpec()) in AddModuleSymbols() 4337 frame_module_sp->GetPlatformFileSpec())) { in DoExecute() 4341 frame_module_sp->GetPlatformFileSpec(); in DoExecute() 4376 module_spec.GetPlatformFileSpec() = in DoExecute() 4377 module_sp->GetPlatformFileSpec(); in DoExecute()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| H A D | MICmnLLDBDebuggerHandleEvents.cpp | 737 vModule.GetPlatformFileSpec().GetPath(apPath.get(), PATH_MAX); in MiHelpGetModuleInfo()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 1680 const FileSpec &file = module->GetPlatformFileSpec(); in FixupScriptDetails()
|