Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBModuleSpec.cpp47 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 DSBModule.cpp90 lldb::SBFileSpec SBModule::GetPlatformFileSpec() const { in GetPlatformFileSpec() function in SBModule
96 file_spec.SetFileSpec(module_sp->GetPlatformFileSpec()); in GetPlatformFileSpec()
H A DSBTarget.cpp335 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch()
394 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch()
H A DSBProcess.cpp136 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in RemoteLaunch()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleSpec.h88 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 DModule.h583 const FileSpec &GetPlatformFileSpec() const { in GetPlatformFileSpec() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBModuleSpec.h61 lldb::SBFileSpec GetPlatformFileSpec();
H A DSBModule.h66 lldb::SBFileSpec GetPlatformFileSpec() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp83 executable->GetPlatformFileSpec().GetFilename().GetCString()); in DidAttach()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp195 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 DModuleList.cpp177 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 DSymbolContext.cpp845 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 DModuleCache.cpp249 cached_module_spec.GetPlatformFileSpec() = module_spec.GetFileSpec(); in Get()
H A DPlatform.cpp1559 module_spec.GetPlatformFileSpec() = platform_spec; in GetCachedExecutable()
H A DTarget.cpp2990 old_exec_module_sp->GetPlatformFileSpec().GetFilename(); in Attach()
H A DProcess.cpp2731 exe_module->GetPlatformFileSpec().GetPath(platform_exec_file_path, in Launch()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp112 m_exe_file_spec = exe_mod->GetPlatformFileSpec(); in DYLDRendezvous()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp647 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 DCommandObjectProcess.cpp205 exe_module_sp->GetPlatformFileSpec(), false); in DoExecute()
208 exe_module_sp->GetPlatformFileSpec(), true); in DoExecute()
H A DCommandObjectTarget.cpp3505 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 DMICmnLLDBDebuggerHandleEvents.cpp737 vModule.GetPlatformFileSpec().GetPath(apPath.get(), PATH_MAX); in MiHelpGetModuleInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp1680 const FileSpec &file = module->GetPlatformFileSpec(); in FixupScriptDetails()