Searched refs:StrCmpOptionName (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | OptionStrCmp.cpp | 20 int llvm::StrCmpOptionName(StringRef A, StringRef B, in StrCmpOptionName() function in llvm 38 if (int Cmp = StrCmpOptionName(APre, BPre)) in StrCmpOptionPrefixes()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | OptionStrCmp.h | 23 int StrCmpOptionName(StringRef A, StringRef B,
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | OptEmitter.cpp | 34 if (int Cmp = StrCmpOptionName(A->getValueAsString("Name"), in IsOptionRecordsLess()
|
| /freebsd/contrib/llvm-project/llvm/lib/Option/ |
| H A D | OptTable.cpp | 49 if (int Cmp = StrCmpOptionName(A.getName(*StrTable, PrefixesTable), in operator ()() 72 return StrCmpOptionName(I.getName(*StrTable, PrefixesTable), Name, false) < in operator ()()
|