Searched refs:APrefixes (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | OptEmitter.cpp | 29 std::vector<StringRef> APrefixes = A->getValueAsListOfStrings("Prefixes"); in IsOptionRecordsLess() local 38 if (int Cmp = StrCmpOptionPrefixes(APrefixes, BPrefixes)) in IsOptionRecordsLess() 45 if (APrec == BPrec && APrefixes == BPrefixes) { in IsOptionRecordsLess()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | OptionStrCmp.cpp | 35 int llvm::StrCmpOptionPrefixes(ArrayRef<StringRef> APrefixes, in StrCmpOptionPrefixes() argument 37 for (const auto &[APre, BPre] : zip(APrefixes, BPrefixes)) { in StrCmpOptionPrefixes()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | OptionStrCmp.h | 27 int StrCmpOptionPrefixes(ArrayRef<StringRef> APrefixes,
|
| /freebsd/contrib/llvm-project/llvm/lib/Option/ |
| H A D | OptTable.cpp | 53 SmallVector<StringRef, 8> APrefixes, BPrefixes; in operator ()() local 54 A.appendPrefixes(*StrTable, PrefixesTable, APrefixes); in operator ()() 57 if (int Cmp = StrCmpOptionPrefixes(APrefixes, BPrefixes)) in operator ()()
|