Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformMacOSX.cpp174 const lldb_private::FileSpecList *module_search_paths_ptr, in GetSharedModule() argument
177 module_search_paths_ptr, in GetSharedModule()
192 module_spec_x86_64, x86_64_module_sp, module_search_paths_ptr, in GetSharedModule()
209 module_search_paths_ptr, in GetSharedModule()
H A DPlatformDarwinKernel.h63 const FileSpecList *module_search_paths_ptr,
144 const FileSpecList *module_search_paths_ptr,
150 lldb::ModuleSP &module_sp, const FileSpecList *module_search_paths_ptr,
H A DPlatformRemoteDarwinDevice.cpp67 const FileSpecList *module_search_paths_ptr) { in ResolveExecutable() argument
225 const FileSpecList *module_search_paths_ptr, in GetSharedModule() argument
329 module_search_paths_ptr, old_modules, in GetSharedModule()
338 module_spec, process, module_sp, module_search_paths_ptr, old_modules, in GetSharedModule()
346 module_search_paths_ptr, old_modules, in GetSharedModule()
H A DPlatformRemoteDarwinDevice.h45 const FileSpecList *module_search_paths_ptr) override;
54 const FileSpecList *module_search_paths_ptr,
H A DPlatformDarwin.cpp334 const FileSpecList *module_search_paths_ptr, in GetSharedModule() argument
344 module_spec, process, module_sp, module_search_paths_ptr, old_modules, in GetSharedModule()
352 module_search_paths_ptr, old_modules, in GetSharedModule()
356 if (!module_sp && module_search_paths_ptr && platform_file) { in GetSharedModule()
379 size_t num_module_search_paths = module_search_paths_ptr->GetSize(); in GetSharedModule()
382 module_search_paths_ptr->GetFileSpecAtIndex(i).GetPath( in GetSharedModule()
1197 const FileSpecList *module_search_paths_ptr, in FindBundleBinaryInExecSearchPaths() argument
1202 if (!module_sp && module_search_paths_ptr && platform_file) { in FindBundleBinaryInExecSearchPaths()
1221 size_t num_module_search_paths = module_search_paths_ptr->GetSize(); in FindBundleBinaryInExecSearchPaths()
1228 module_search_paths_ptr->GetFileSpecAtIndex(i).GetPath().c_str()); in FindBundleBinaryInExecSearchPaths()
[all …]
H A DPlatformDarwinKernel.cpp718 const FileSpecList *module_search_paths_ptr, in GetSharedModule() argument
731 module_search_paths_ptr, old_modules, in GetSharedModule()
735 module_search_paths_ptr, old_modules, in GetSharedModule()
742 module_search_paths_ptr, old_modules, in GetSharedModule()
749 const FileSpecList *module_search_paths_ptr, in GetSharedModuleKext() argument
776 module_search_paths_ptr, old_modules, in GetSharedModuleKext()
787 const FileSpecList *module_search_paths_ptr, in GetSharedModuleKernel() argument
854 module_search_paths_ptr, old_modules, in GetSharedModuleKernel()
H A DPlatformAppleSimulator.h91 const FileSpecList *module_search_paths_ptr) override;
95 const FileSpecList *module_search_paths_ptr,
H A DPlatformDarwinDevice.cpp288 const lldb_private::FileSpecList *module_search_paths_ptr, in GetSharedModuleWithLocalCache() argument
322 module_search_paths_ptr, old_modules, in GetSharedModuleWithLocalCache()
342 module_search_paths_ptr, old_modules, in GetSharedModuleWithLocalCache()
357 module_search_paths_ptr, old_modules, in GetSharedModuleWithLocalCache()
H A DPlatformDarwin.h76 const FileSpecList *module_search_paths_ptr,
184 lldb::ModuleSP &module_sp, const FileSpecList *module_search_paths_ptr,
H A DPlatformAppleSimulator.cpp366 const FileSpecList *module_search_paths_ptr) { in ResolveExecutable() argument
474 const FileSpecList *module_search_paths_ptr, in GetSharedModule() argument
487 module_search_paths_ptr); in GetSharedModule()
491 module_search_paths_ptr, old_modules, in GetSharedModule()
H A DPlatformDarwinDevice.h29 const FileSpecList *module_search_paths_ptr,
H A DPlatformMacOSX.h51 const FileSpecList *module_search_paths_ptr,
/llvm-project-15.0.7/lldb/source/Target/
H A DRemoteAwarePlatform.cpp33 const FileSpecList *module_search_paths_ptr) { in ResolveExecutable() argument
74 module_search_paths_ptr); in ResolveExecutable()
95 module_search_paths_ptr, nullptr, nullptr); in ResolveExecutable()
116 … exe_module_sp, module_search_paths_ptr, nullptr, nullptr); in ResolveExecutable()
139 module_search_paths_ptr, nullptr, nullptr); in ResolveExecutable()
H A DPlatform.cpp202 const FileSpecList *module_search_paths_ptr, in GetSharedModule() argument
206 module_search_paths_ptr, old_modules, in GetSharedModule()
221 module_search_paths_ptr, old_modules, in GetSharedModule()
229 module_search_paths_ptr, old_modules, in GetSharedModule()
770 const FileSpecList *module_search_paths_ptr) { in ResolveExecutable() argument
776 module_search_paths_ptr, nullptr, in ResolveExecutable()
788 module_search_paths_ptr, nullptr, in ResolveExecutable()
805 const FileSpecList *module_search_paths_ptr) { in ResolveRemoteExecutable() argument
820 module_search_paths_ptr, nullptr, in ResolveRemoteExecutable()
836 module_search_paths_ptr, nullptr, in ResolveRemoteExecutable()
[all …]
/llvm-project-15.0.7/lldb/unittests/Target/
H A DRemoteAwarePlatformTest.cpp40 const FileSpecList *module_search_paths_ptr) /*override*/ in ResolveRemoteExecutable() argument
42 auto pair = ResolveRemoteExecutable(module_spec, module_search_paths_ptr); in ResolveRemoteExecutable()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h140 const FileSpecList *module_search_paths_ptr);
292 lldb::ModuleSP &module_sp, const FileSpecList *module_search_paths_ptr,
915 const FileSpecList *module_search_paths_ptr);
930 const FileSpecList *module_search_paths_ptr);
H A DRemoteAwarePlatform.h27 const FileSpecList *module_search_paths_ptr) override;
/llvm-project-15.0.7/lldb/source/Core/
H A DModuleList.cpp778 const FileSpecList *module_search_paths_ptr, in GetSharedModule() argument
863 if (module_search_paths_ptr) { in GetSharedModule()
864 const auto num_directories = module_search_paths_ptr->GetSize(); in GetSharedModule()
866 auto search_path_spec = module_search_paths_ptr->GetFileSpecAtIndex(idx); in GetSharedModule()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DModuleList.h451 const FileSpecList *module_search_paths_ptr,