Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp226 const size_t last_file_idx = is_one_based ? file_names : file_names - 1; local
233 for (size_t idx = first_file_idx; idx <= last_file_idx; ++idx) {