Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
DLineTable.cpp27 LineTable::Entry::LessThanBinaryPredicate less_than_bp(this); in LineTable() local
28 llvm::stable_sort(sequences, less_than_bp); in LineTable()
49 LineTable::Entry::LessThanBinaryPredicate less_than_bp(this); in InsertLineEntry() local
51 llvm::upper_bound(m_entries, entry, less_than_bp); in InsertLineEntry()
124 LineTable::Entry::LessThanBinaryPredicate less_than_bp(this); in InsertSequence() local
126 upper_bound(begin_pos, end_pos, entry, less_than_bp); in InsertSequence()