Searched refs:IndentCount (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | StringMatcher.cpp | 48 ArrayRef<const StringPair *> Matches, unsigned CharNo, unsigned IndentCount, in EmitStringMatcherForChar() argument 51 std::string Indent(IndentCount * 2 + 4, ' '); in EmitStringMatcherForChar() 102 return EmitStringMatcherForChar(Matches, FirstNonCommonLetter, IndentCount, in EmitStringMatcherForChar() 118 if (EmitStringMatcherForChar(Matches, CharNo + 1, IndentCount + 1, in EmitStringMatcherForChar()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIE.cpp | 221 StringRef Type, unsigned Size, unsigned IndentCount) { in printValues() argument 225 const std::string Indent(IndentCount, ' '); in printValues() 236 void DIE::print(raw_ostream &O, unsigned IndentCount) const { in print() 237 const std::string Indent(IndentCount, ' '); in print() 244 IndentCount += 2; in print() 252 IndentCount -= 2; in print() 255 Child.print(O, IndentCount + 4); in print()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | StringMatcher.h | 48 unsigned CharNo, unsigned IndentCount,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | DIE.h | 964 LLVM_ABI void print(raw_ostream &O, unsigned IndentCount = 0) const;
|