Home
last modified time | relevance | path

Searched defs:LineTableEntryComparator (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h166 struct LineTableEntryComparator { struct
167 bool operator()(const lldb_private::LineTable::Entry &lhs, in operator()