Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h359 ModuleSpecList &matching_list) const { in FindMatchingModuleSpecs() argument
362 const size_t initial_match_count = matching_list.GetSize(); in FindMatchingModuleSpecs()
365 matching_list.Append(spec); in FindMatchingModuleSpecs()
371 (initial_match_count == matching_list.GetSize())) { in FindMatchingModuleSpecs()
375 matching_list.Append(spec); in FindMatchingModuleSpecs()