Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h172 struct LineTableEntryComparator { struct
173 bool operator()(const lldb_private::LineTable::Entry &lhs, in operator()