Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLineTable.cpp308 auto file_idx_matcher = [](uint32_t file_index, uint16_t entry_file_idx) { in FindLineEntryIndexByFileIndex() local
313 start_idx, file_idx, src_location_spec, line_entry_ptr, file_idx_matcher); in FindLineEntryIndexByFileIndex()
319 auto file_idx_matcher = [](const std::vector<uint32_t> &file_indexes, in FindLineEntryIndexByFileIndex() local
325 start_idx, file_idx, src_location_spec, line_entry_ptr, file_idx_matcher); in FindLineEntryIndexByFileIndex()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineTable.h346 std::function<bool(T, uint16_t)> file_idx_matcher) { in FindLineEntryIndexByFileIndexImpl() argument
364 if (!file_idx_matcher(file_idx, m_entries[idx].file_idx)) in FindLineEntryIndexByFileIndexImpl()