Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp402 struct RowLess { struct
412 auto it = llvm::lower_bound(m_row_list, row.GetOffset(), RowLess()); in InsertRow() argument
424 auto it = offset ? llvm::upper_bound(m_row_list, *offset, RowLess()) in GetRowForFunctionOffset()