Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp35 struct OptNameLess { struct
36 const StringTable *StrTable;
37 ArrayRef<StringTable::Offset> PrefixesTable;
39 explicit OptNameLess(const StringTable &StrTable, in OptNameLess() function
44 inline bool operator()(const OptTable::Info &A, in operator ()()
70 inline bool operator()(const OptTable::Info &I, StringRef Name) const { in operator ()()