Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DOptionStrCmp.cpp20 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 DOptionStrCmp.h23 int StrCmpOptionName(StringRef A, StringRef B,
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DOptEmitter.cpp34 if (int Cmp = StrCmpOptionName(A->getValueAsString("Name"), in IsOptionRecordsLess()
/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp49 if (int Cmp = StrCmpOptionName(A.getName(*StrTable, PrefixesTable), in operator ()()
72 return StrCmpOptionName(I.getName(*StrTable, PrefixesTable), Name, false) < in operator ()()