Home
last modified time | relevance | path

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

/freebsd-13.1/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()
97 module_search_paths_ptr, nullptr, nullptr); in ResolveExecutable()
118 … exe_module_sp, module_search_paths_ptr, nullptr, nullptr); in ResolveExecutable()
139 module_search_paths_ptr, nullptr, nullptr); in ResolveExecutable()
H A DPlatform.cpp223 const FileSpecList *module_search_paths_ptr, in GetSharedModule() argument
227 module_search_paths_ptr, old_modules, in GetSharedModule()
242 module_search_paths_ptr, old_modules, in GetSharedModule()
250 module_search_paths_ptr, old_modules, in GetSharedModule()
857 const FileSpecList *module_search_paths_ptr) { in ResolveExecutable() argument
862 module_search_paths_ptr, nullptr, in ResolveExecutable()
873 module_search_paths_ptr, nullptr, in ResolveExecutable()
1522 const FileSpecList *module_search_paths_ptr, Platform &remote_platform) { in GetCachedExecutable() argument
1525 module_spec, module_sp, module_search_paths_ptr, remote_platform); in GetCachedExecutable()
1536 const FileSpecList *module_search_paths_ptr, Platform &remote_platform) { in LoadCachedExecutable() argument
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h152 const FileSpecList *module_search_paths_ptr);
306 lldb::ModuleSP &module_sp, const FileSpecList *module_search_paths_ptr,
923 const FileSpecList *module_search_paths_ptr,
949 const FileSpecList *module_search_paths_ptr,
H A DRemoteAwarePlatform.h27 const FileSpecList *module_search_paths_ptr) override;
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp747 const FileSpecList *module_search_paths_ptr, in GetSharedModule() argument
832 if (module_search_paths_ptr) { in GetSharedModule()
833 const auto num_directories = module_search_paths_ptr->GetSize(); in GetSharedModule()
835 auto search_path_spec = module_search_paths_ptr->GetFileSpecAtIndex(idx); in GetSharedModule()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp99 const FileSpecList *module_search_paths_ptr) { in ResolveExecutable() argument
115 module_search_paths_ptr, nullptr, in ResolveExecutable()
130 module_search_paths_ptr, nullptr, in ResolveExecutable()
H A DPlatformRemoteGDBServer.h47 const FileSpecList *module_search_paths_ptr) override;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h440 const FileSpecList *module_search_paths_ptr,