Home
last modified time | relevance | path

Searched refs:module_search_paths_ptr (Results 1 – 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDPlatform.cpp216 const FileSpecList *module_search_paths_ptr, in GetSharedModule() argument
221 module_spec, module_sp, module_search_paths_ptr, old_module_sp_ptr, in GetSharedModule()
236 resolved_spec, module_sp, module_search_paths_ptr, old_module_sp_ptr, in GetSharedModule()
244 resolved_spec, module_sp, module_search_paths_ptr, old_module_sp_ptr, in GetSharedModule()
851 const FileSpecList *module_search_paths_ptr) { in ResolveExecutable() argument
856 module_search_paths_ptr, nullptr, in ResolveExecutable()
867 module_search_paths_ptr, nullptr, in ResolveExecutable()
1502 const FileSpecList *module_search_paths_ptr, Platform &remote_platform) { in GetCachedExecutable() argument
1505 module_spec, module_sp, module_search_paths_ptr, remote_platform); in GetCachedExecutable()
1516 const FileSpecList *module_search_paths_ptr, Platform &remote_platform) { in LoadCachedExecutable() argument
[all …]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDPlatform.h148 const FileSpecList *module_search_paths_ptr);
302 const FileSpecList *module_search_paths_ptr,
876 const FileSpecList *module_search_paths_ptr,
902 const FileSpecList *module_search_paths_ptr,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
HDPlatformPOSIX.cpp70 const FileSpecList *module_search_paths_ptr) { in ResolveExecutable() argument
112 module_search_paths_ptr, *m_remote_platform_sp); in ResolveExecutable()
133 module_search_paths_ptr, nullptr, nullptr); in ResolveExecutable()
154 … exe_module_sp, module_search_paths_ptr, nullptr, nullptr); in ResolveExecutable()
175 module_search_paths_ptr, nullptr, nullptr); in ResolveExecutable()
HDPlatformPOSIX.h42 const lldb_private::FileSpecList *module_search_paths_ptr) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDModuleList.cpp714 const FileSpecList *module_search_paths_ptr, in GetSharedModule() argument
801 if (module_search_paths_ptr) { in GetSharedModule()
802 const auto num_directories = module_search_paths_ptr->GetSize(); in GetSharedModule()
804 auto search_path_spec = module_search_paths_ptr->GetFileSpecAtIndex(idx); in GetSharedModule()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
HDPlatformRemoteGDBServer.cpp96 const FileSpecList *module_search_paths_ptr) { in ResolveExecutable() argument
112 module_search_paths_ptr, nullptr, in ResolveExecutable()
127 module_search_paths_ptr, nullptr, in ResolveExecutable()
HDPlatformRemoteGDBServer.h46 const FileSpecList *module_search_paths_ptr) override;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDModuleList.h440 const FileSpecList *module_search_paths_ptr,