Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBModuleSpec.cpp73 lldb::SBFileSpec SBModuleSpec::GetPlatformFileSpec() { in GetPlatformFileSpec() function in SBModuleSpec
75 GetPlatformFileSpec); in GetPlatformFileSpec()
77 return LLDB_RECORD_RESULT(SBFileSpec(m_opaque_up->GetPlatformFileSpec())); in GetPlatformFileSpec()
84 m_opaque_up->GetPlatformFileSpec() = *sb_spec; in SetPlatformFileSpec()
262 LLDB_REGISTER_METHOD(lldb::SBFileSpec, SBModuleSpec, GetPlatformFileSpec, in RegisterMethods()
H A DSBModule.cpp107 lldb::SBFileSpec SBModule::GetPlatformFileSpec() const { in GetPlatformFileSpec() function in SBModule
109 GetPlatformFileSpec); in GetPlatformFileSpec()
114 file_spec.SetFileSpec(module_sp->GetPlatformFileSpec()); in GetPlatformFileSpec()
714 LLDB_REGISTER_METHOD_CONST(lldb::SBFileSpec, SBModule, GetPlatformFileSpec, in RegisterMethods()
H A DSBTarget.cpp297 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), in LaunchSimple()
382 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch()
442 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch()
H A DSBProcess.cpp152 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in RemoteLaunch()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h70 FileSpec &GetPlatformFileSpec() { return m_platform_file; } in GetPlatformFileSpec() function
72 const FileSpec &GetPlatformFileSpec() const { return m_platform_file; } in GetPlatformFileSpec() function
241 if (GetPlatformFileSpec() && in Matches()
242 !FileSpec::Match(match_module_spec.GetPlatformFileSpec(), in Matches()
243 GetPlatformFileSpec())) { in Matches()
H A DModule.h479 const FileSpec &GetPlatformFileSpec() const { in GetPlatformFileSpec() function
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBModuleSpec.i57 A const reference to the file specification object.") GetPlatformFileSpec;
59 GetPlatformFileSpec ();
H A DSBModule.i165 A const reference to the file specification object.") GetPlatformFileSpec;
167 GetPlatformFileSpec () const;
562 …platform_file = property(GetPlatformFileSpec, None, doc='''A read only property that returns an ll…
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModuleSpec.h58 lldb::SBFileSpec GetPlatformFileSpec();
H A DSBModule.h63 lldb::SBFileSpec GetPlatformFileSpec() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp209 if (module_spec.GetPlatformFileSpec()) in Module()
210 m_platform_file = module_spec.GetPlatformFileSpec(); in Module()
211 else if (matching_module_spec.GetPlatformFileSpec()) in Module()
212 m_platform_file = matching_module_spec.GetPlatformFileSpec(); in Module()
1580 const FileSpec &platform_file_spec = module_ref.GetPlatformFileSpec(); in MatchesModuleSpec()
1581 if (!FileSpec::Match(platform_file_spec, GetPlatformFileSpec())) in MatchesModuleSpec()
H A DModuleList.cpp184 equivalent_module_spec.GetPlatformFileSpec() = in ReplaceEquivalent()
185 module_sp->GetPlatformFileSpec(); in ReplaceEquivalent()
920 platform_module_spec.GetPlatformFileSpec() = in GetSharedModule()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp111 FileSpec file_spec(executable->GetPlatformFileSpec()); in GetLoadAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/common/
H A DTraceSessionFileParser.cpp39 module_spec.GetPlatformFileSpec() = system_file_spec; in ParseModule()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp813 reexport_module_spec.GetPlatformFileSpec() = in FindBestGlobalDataSymbol()
815 if (reexport_module_spec.GetPlatformFileSpec()) { in FindBestGlobalDataSymbol()
819 reexport_module_spec.GetPlatformFileSpec() in FindBestGlobalDataSymbol()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DModuleCache.cpp251 cached_module_spec.GetPlatformFileSpec() = module_spec.GetFileSpec(); in Get()
H A DPlatform.cpp1528 module_spec.GetPlatformFileSpec() = platform_spec; in GetCachedExecutable()
H A DTarget.cpp3140 old_exec_module_sp->GetPlatformFileSpec().GetFilename(); in Attach()
H A DProcess.cpp2475 exe_module->GetPlatformFileSpec().GetPath(platform_exec_file_path, in Launch()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp540 reexport_module_spec.GetPlatformFileSpec() = in GetSymbolAddress()
542 if (reexport_module_spec.GetPlatformFileSpec()) { in GetSymbolAddress()
546 reexport_module_spec.GetPlatformFileSpec().GetDirectory().Clear(); in GetSymbolAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp106 m_exe_file_spec = exe_mod->GetPlatformFileSpec(); in UpdateExecutablePath()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3339 sc.module_sp->GetPlatformFileSpec().GetFilename().AsCString(), in DoExecute()
4000 if (!module_spec.GetFileSpec() && !module_spec.GetPlatformFileSpec()) in AddModuleSymbols()
4170 frame_module_sp->GetPlatformFileSpec())) { in DoExecute()
4174 frame_module_sp->GetPlatformFileSpec(); in DoExecute()
4209 module_spec.GetPlatformFileSpec() = in DoExecute()
4210 module_sp->GetPlatformFileSpec(); in DoExecute()
H A DCommandObjectProcess.cpp223 exe_module_sp->GetPlatformFileSpec(), false); in DoExecute()
226 exe_module_sp->GetPlatformFileSpec(), true); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp1638 const FileSpec &file = module->GetPlatformFileSpec(); in FixupScriptDetails()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp34236 result = ((lldb::SBModule const *)arg1)->GetPlatformFileSpec(); in _wrap_SBModule_GetPlatformFileSpec()
35911 result = (arg1)->GetPlatformFileSpec(); in _wrap_SBModuleSpec_GetPlatformFileSpec()