Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp34 const FileSpecList *module_search_paths_ptr) { in ResolveExecutable() argument
75 module_search_paths_ptr); in ResolveExecutable()
96 module_search_paths_ptr, nullptr, nullptr); in ResolveExecutable()
117 … exe_module_sp, module_search_paths_ptr, nullptr, nullptr); in ResolveExecutable()
140 module_search_paths_ptr, nullptr, nullptr); in ResolveExecutable()
H A DPlatform.cpp200 const FileSpecList *module_search_paths_ptr, in GetSharedModule() argument
204 module_search_paths_ptr, old_modules, in GetSharedModule()
218 module_search_paths_ptr, old_modules, in GetSharedModule()
226 module_search_paths_ptr, old_modules, in GetSharedModule()
768 const FileSpecList *module_search_paths_ptr) { in ResolveExecutable() argument
774 module_search_paths_ptr, nullptr, in ResolveExecutable()
786 module_search_paths_ptr, nullptr, in ResolveExecutable()
803 const FileSpecList *module_search_paths_ptr) { in ResolveRemoteExecutable() argument
818 module_search_paths_ptr, nullptr, in ResolveRemoteExecutable()
834 module_search_paths_ptr, nullptr, in ResolveRemoteExecutable()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h141 const FileSpecList *module_search_paths_ptr);
319 lldb::ModuleSP &module_sp, const FileSpecList *module_search_paths_ptr,
993 const FileSpecList *module_search_paths_ptr);
1008 const FileSpecList *module_search_paths_ptr);
H A DRemoteAwarePlatform.h28 const FileSpecList *module_search_paths_ptr) override;
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp785 const FileSpecList *module_search_paths_ptr, in GetSharedModule() argument
870 if (module_search_paths_ptr) { in GetSharedModule()
871 const auto num_directories = module_search_paths_ptr->GetSize(); in GetSharedModule()
873 auto search_path_spec = module_search_paths_ptr->GetFileSpecAtIndex(idx); in GetSharedModule()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h448 const FileSpecList *module_search_paths_ptr,