Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DOptEmitter.h15 bool IsOptionRecordsLess(const Record *A, const Record *B);
H A DOptEmitter.cpp16 bool llvm::IsOptionRecordsLess(const Record *A, const Record *B) { in IsOptionRecordsLess() function in llvm
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DOptionRSTEmitter.cpp24 llvm::sort(Opts, IsOptionRecordsLess); in emitOptionRst()
H A DOptionParserEmitter.cpp259 llvm::sort(Opts, IsOptionRecordsLess); in emitOptionParser()