Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp656 const size_t end_count = specs.GetSize(); in GetModuleSpecifications() local
657 size_t num_specs_added = end_count - initial_count; in GetModuleSpecifications()
661 for (size_t i = initial_count; i < end_count; ++i) { in GetModuleSpecifications()