Searched defs:module_search_paths_ptr (Results 1 - 9 of 9) sorted by relevance

/external/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp152 const FileSpecList *module_search_paths_ptr)
149 ResolveExecutable(const FileSpec &exe_file, const ArchSpec &exe_arch, lldb::ModuleSP &exe_module_sp, const FileSpecList *module_search_paths_ptr) argument
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformiOSSimulator.cpp177 const FileSpecList *module_search_paths_ptr)
362 const FileSpecList *module_search_paths_ptr,
376 error = ResolveExecutable (local_file, module_spec.GetArchitecture(), module_sp, module_search_paths_ptr);
383 module_search_paths_ptr,
174 ResolveExecutable(const FileSpec &exe_file, const ArchSpec &exe_arch, lldb::ModuleSP &exe_module_sp, const FileSpecList *module_search_paths_ptr) argument
360 GetSharedModule(const ModuleSpec &module_spec, ModuleSP &module_sp, const FileSpecList *module_search_paths_ptr, ModuleSP *old_module_sp_ptr, bool *did_create_ptr) argument
H A DPlatformRemoteiOS.cpp214 const FileSpecList *module_search_paths_ptr)
671 const FileSpecList *module_search_paths_ptr,
756 module_search_paths_ptr,
211 ResolveExecutable(const FileSpec &exe_file, const ArchSpec &exe_arch, lldb::ModuleSP &exe_module_sp, const FileSpecList *module_search_paths_ptr) argument
669 GetSharedModule(const ModuleSpec &module_spec, ModuleSP &module_sp, const FileSpecList *module_search_paths_ptr, ModuleSP *old_module_sp_ptr, bool *did_create_ptr) argument
H A DPlatformDarwin.cpp129 const FileSpecList *module_search_paths_ptr)
168 module_search_paths_ptr);
192 module_search_paths_ptr,
214 module_search_paths_ptr,
276 const FileSpecList *module_search_paths_ptr,
291 module_search_paths_ptr,
302 module_search_paths_ptr,
307 if (!module_sp && module_search_paths_ptr && platform_file)
337 size_t num_module_search_paths = module_search_paths_ptr->GetSize();
340 const size_t search_path_len = module_search_paths_ptr
126 ResolveExecutable(const FileSpec &exe_file, const ArchSpec &exe_arch, lldb::ModuleSP &exe_module_sp, const FileSpecList *module_search_paths_ptr) argument
274 GetSharedModule(const ModuleSpec &module_spec, ModuleSP &module_sp, const FileSpecList *module_search_paths_ptr, ModuleSP *old_module_sp_ptr, bool *did_create_ptr) argument
[all...]
H A DPlatformDarwinKernel.cpp587 const FileSpecList *module_search_paths_ptr,
617 return PlatformDarwin::GetSharedModule (module_spec, module_sp, module_search_paths_ptr, old_module_sp_ptr, did_create_ptr);
585 GetSharedModule(const ModuleSpec &module_spec, ModuleSP &module_sp, const FileSpecList *module_search_paths_ptr, ModuleSP *old_module_sp_ptr, bool *did_create_ptr) argument
/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp161 const FileSpecList *module_search_paths_ptr)
197 module_search_paths_ptr);
225 module_search_paths_ptr,
248 module_search_paths_ptr,
575 const FileSpecList *module_search_paths_ptr,
590 module_search_paths_ptr,
601 module_search_paths_ptr,
158 ResolveExecutable(const FileSpec &exe_file, const ArchSpec &exe_arch, lldb::ModuleSP &exe_module_sp, const FileSpecList *module_search_paths_ptr) argument
573 GetSharedModule(const ModuleSpec &module_spec, ModuleSP &module_sp, const FileSpecList *module_search_paths_ptr, ModuleSP *old_module_sp_ptr, bool *did_create_ptr) argument
/external/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp107 const FileSpecList *module_search_paths_ptr)
104 ResolveExecutable(const FileSpec &exe_file, const ArchSpec &exe_arch, lldb::ModuleSP &exe_module_sp, const FileSpecList *module_search_paths_ptr) argument
/external/lldb/source/Target/
H A DPlatform.cpp132 const FileSpecList *module_search_paths_ptr,
146 module_search_paths_ptr,
480 const FileSpecList *module_search_paths_ptr)
490 module_search_paths_ptr,
503 module_search_paths_ptr,
130 GetSharedModule(const ModuleSpec &module_spec, ModuleSP &module_sp, const FileSpecList *module_search_paths_ptr, ModuleSP *old_module_sp_ptr, bool *did_create_ptr) argument
477 ResolveExecutable(const FileSpec &exe_file, const ArchSpec &exe_arch, lldb::ModuleSP &exe_module_sp, const FileSpecList *module_search_paths_ptr) argument
/external/lldb/source/Core/
H A DModuleList.cpp858 const FileSpecList *module_search_paths_ptr,
854 GetSharedModule( const ModuleSpec &module_spec, ModuleSP &module_sp, const FileSpecList *module_search_paths_ptr, ModuleSP *old_module_sp_ptr, bool *did_create_ptr, bool always_create ) argument

Completed in 119 milliseconds