| /NextBSD/contrib/llvm/tools/lldb/source/API/ |
| HD | SBModuleSpec.cpp | 70 SBModuleSpec::GetPlatformFileSpec () in GetPlatformFileSpec() function in SBModuleSpec 72 return SBFileSpec(m_opaque_ap->GetPlatformFileSpec()); in GetPlatformFileSpec() 78 m_opaque_ap->GetPlatformFileSpec() = *sb_spec; in SetPlatformFileSpec()
|
| HD | SBModule.cpp | 122 SBModule::GetPlatformFileSpec () const in GetPlatformFileSpec() function in SBModule 129 file_spec.SetFileSpec(module_sp->GetPlatformFileSpec()); in GetPlatformFileSpec()
|
| HD | SBTarget.cpp | 354 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch() 420 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch()
|
| HD | SBProcess.cpp | 177 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in RemoteLaunch()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | ModuleSpec.h | 144 GetPlatformFileSpec () in GetPlatformFileSpec() function 150 GetPlatformFileSpec () const in GetPlatformFileSpec() function 417 if (GetPlatformFileSpec() && match_module_spec.GetPlatformFileSpecPtr()) in Matches() 419 const FileSpec &fspec = match_module_spec.GetPlatformFileSpec(); in Matches() 420 … if (!FileSpec::Equal(fspec, GetPlatformFileSpec(), fspec.GetDirectory().IsEmpty() == false)) in Matches()
|
| HD | Module.h | 572 GetPlatformFileSpec () const in GetPlatformFileSpec() function
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/API/ |
| HD | SBModuleSpec.h | 69 GetPlatformFileSpec ();
|
| HD | SBModule.h | 74 GetPlatformFileSpec () const;
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | Module.cpp | 210 if (module_spec.GetPlatformFileSpec()) in Module() 211 m_platform_file = module_spec.GetPlatformFileSpec(); in Module() 212 else if (matching_module_spec.GetPlatformFileSpec()) in Module() 213 m_platform_file = matching_module_spec.GetPlatformFileSpec(); in Module() 1687 const FileSpec &platform_file_spec = module_ref.GetPlatformFileSpec(); in MatchesModuleSpec() 1690 …if (!FileSpec::Equal (platform_file_spec, GetPlatformFileSpec (), (bool)platform_file_spec.GetDire… in MatchesModuleSpec()
|
| HD | ModuleList.cpp | 131 equivalent_module_spec.GetPlatformFileSpec() = module_sp->GetPlatformFileSpec(); in ReplaceEquivalent() 1088 platform_module_spec.GetPlatformFileSpec() = file_spec; in GetSharedModule()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Expression/ |
| HD | ClangExpressionDeclMap.cpp | 691 … reexport_module_spec.GetPlatformFileSpec() = sym_ctx.symbol->GetReExportedSymbolSharedLibrary(); in GetSymbolAddress() 692 if (reexport_module_spec.GetPlatformFileSpec()) in GetSymbolAddress() 697 reexport_module_spec.GetPlatformFileSpec().GetDirectory().Clear(); in GetSymbolAddress() 809 … reexport_module_spec.GetPlatformFileSpec() = symbol->GetReExportedSymbolSharedLibrary(); in FindGlobalDataSymbol() 810 if (reexport_module_spec.GetPlatformFileSpec()) in FindGlobalDataSymbol() 815 … reexport_module_spec.GetPlatformFileSpec().GetDirectory().Clear(); in FindGlobalDataSymbol()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Utility/ |
| HD | ModuleCache.cpp | 132 cached_module_spec.GetPlatformFileSpec () = module_spec.GetFileSpec (); in Get()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| HD | DYLDRendezvous.cpp | 123 m_exe_file_spec = exe_mod->GetPlatformFileSpec(); in DYLDRendezvous()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Commands/ |
| HD | CommandObjectProcess.cpp | 242 m_options.launch_info.SetExecutableFile(exe_module_sp->GetPlatformFileSpec(), false); in DoExecute() 246 m_options.launch_info.SetExecutableFile(exe_module_sp->GetPlatformFileSpec(), true); in DoExecute()
|
| HD | CommandObjectTarget.cpp | 3771 …IND PLANS for %s`%s (start addr 0x%" PRIx64 ")\n\n", sc.module_sp->GetPlatformFileSpec().GetFilena… in DoExecute() 4459 if (!module_spec.GetFileSpec() && !module_spec.GetPlatformFileSpec()) in AddModuleSymbols() 4650 if (frame_module_sp->GetPlatformFileSpec().Exists()) in DoExecute() 4653 … module_spec.GetFileSpec() = frame_module_sp->GetPlatformFileSpec(); in DoExecute() 4696 module_spec.GetPlatformFileSpec() = module_sp->GetPlatformFileSpec(); in DoExecute()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| HD | RenderScriptRuntime.cpp | 457 const FileSpec& file = module->GetPlatformFileSpec(); in FixupScriptDetails()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | Platform.cpp | 1777 module_spec.GetPlatformFileSpec () = platform_spec; in GetCachedExecutable()
|
| HD | Target.cpp | 2734 …ach_info.GetExecutableFile ().GetFilename () = old_exec_module_sp->GetPlatformFileSpec ().GetFilen… in Attach()
|
| HD | Process.cpp | 3157 …exe_module->GetPlatformFileSpec().GetPath(platform_exec_file_path, sizeof(platform_exec_file_path)… in Launch()
|
| /NextBSD/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| HD | MICmnLLDBDebuggerHandleEvents.cpp | 701 vModule.GetPlatformFileSpec().GetPath(apPath.get(), PATH_MAX); in MiHelpGetModuleInfo()
|