Searched refs:LessRecordFieldName (Results 1 - 3 of 3) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp72 std::sort(ProcRecords.begin(), ProcRecords.end(), LessRecordFieldName());
H A DSubtargetEmitter.cpp139 std::sort(FeatureList.begin(), FeatureList.end(), LessRecordFieldName());
199 std::sort(ProcessorList.begin(), ProcessorList.end(), LessRecordFieldName());
609 std::sort(ProcessorList.begin(), ProcessorList.end(), LessRecordFieldName());
/external/llvm/include/llvm/TableGen/
H A DRecord.h1613 /// LessRecordFieldName - Sorting predicate to sort record pointers by their
1616 struct LessRecordFieldName { struct in namespace:llvm

Completed in 1996 milliseconds