Searched refs:EmitStringMatcherForChar (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | StringMatcher.cpp | 47 bool StringMatcher::EmitStringMatcherForChar( in EmitStringMatcherForChar() function in StringMatcher 102 return EmitStringMatcherForChar(Matches, FirstNonCommonLetter, IndentCount, in EmitStringMatcherForChar() 118 if (EmitStringMatcherForChar(Matches, CharNo + 1, IndentCount + 1, in EmitStringMatcherForChar() 148 if (EmitStringMatcherForChar(Matches, 0, Indent, IgnoreDuplicates)) in Emit()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | StringMatcher.h | 47 bool EmitStringMatcherForChar(ArrayRef<const StringPair *> Matches,
|