Searched refs:matching_module_list (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp445 ModuleList &matching_module_list) const {
451 matching_module_list.Append(module_sp);
704 ModuleList &matching_module_list) {
705 GetSharedModuleList().FindModules(module_spec, matching_module_list);
739 ModuleList matching_module_list; local
740 shared_module_list.FindModules(module_spec, matching_module_list);
741 const size_t num_matching_modules = matching_module_list.GetSize();
746 module_sp = matching_module_list.GetModuleAtIndex(module_idx);
893 ModuleList matching_module_list; local
894 shared_module_list.FindModules(platform_module_spec, matching_module_list);
703 FindSharedModules(const ModuleSpec &module_spec, ModuleList &matching_module_list) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h306 /// \param[out] matching_module_list
310 ModuleList &matching_module_list) const;
448 ModuleList &matching_module_list);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp4059 ModuleList matching_module_list; local
4078 matching_module_list);
4079 num_matches = matching_module_list.GetSize();
4098 matching_module_list);
4099 num_matches = matching_module_list.GetSize();
4109 target->GetImages().FindModules(module_spec, matching_module_list);
4110 num_matches = matching_module_list.GetSize();
4126 target->GetImages().FindModules(module_spec, matching_module_list);
4127 num_matches = matching_module_list.GetSize();
4136 ModuleSP module_sp(matching_module_list
[all...]

Completed in 134 milliseconds