| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBModuleSpec.cpp | 73 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 D | SBModule.cpp | 107 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 D | SBTarget.cpp | 297 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 D | SBProcess.cpp | 152 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in RemoteLaunch()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | ModuleSpec.h | 70 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 D | Module.h | 479 const FileSpec &GetPlatformFileSpec() const { in GetPlatformFileSpec() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBModuleSpec.i | 57 A const reference to the file specification object.") GetPlatformFileSpec; 59 GetPlatformFileSpec ();
|
| H A D | SBModule.i | 165 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 D | SBModuleSpec.h | 58 lldb::SBFileSpec GetPlatformFileSpec();
|
| H A D | SBModule.h | 63 lldb::SBFileSpec GetPlatformFileSpec() const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Module.cpp | 209 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 D | ModuleList.cpp | 184 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 D | DynamicLoaderWindowsDYLD.cpp | 111 FileSpec file_spec(executable->GetPlatformFileSpec()); in GetLoadAddress()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/common/ |
| H A D | TraceSessionFileParser.cpp | 39 module_spec.GetPlatformFileSpec() = system_file_spec; in ParseModule()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | SymbolContext.cpp | 813 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 D | ModuleCache.cpp | 251 cached_module_spec.GetPlatformFileSpec() = module_spec.GetFileSpec(); in Get()
|
| H A D | Platform.cpp | 1528 module_spec.GetPlatformFileSpec() = platform_spec; in GetCachedExecutable()
|
| H A D | Target.cpp | 3140 old_exec_module_sp->GetPlatformFileSpec().GetFilename(); in Attach()
|
| H A D | Process.cpp | 2475 exe_module->GetPlatformFileSpec().GetPath(platform_exec_file_path, in Launch()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 540 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 D | DYLDRendezvous.cpp | 106 m_exe_file_spec = exe_mod->GetPlatformFileSpec(); in UpdateExecutablePath()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectTarget.cpp | 3339 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 D | CommandObjectProcess.cpp | 223 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 D | RenderScriptRuntime.cpp | 1638 const FileSpec &file = module->GetPlatformFileSpec(); in FixupScriptDetails()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 34236 result = ((lldb::SBModule const *)arg1)->GetPlatformFileSpec(); in _wrap_SBModule_GetPlatformFileSpec() 35911 result = (arg1)->GetPlatformFileSpec(); in _wrap_SBModuleSpec_GetPlatformFileSpec()
|