Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DStringMatcher.cpp51 unsigned IndentCount, bool IgnoreDuplicates) const { in EmitStringMatcherForChar() argument
53 std::string Indent(IndentCount * 2 + 4, ' '); in EmitStringMatcherForChar()
104 return EmitStringMatcherForChar(Matches, FirstNonCommonLetter, IndentCount, in EmitStringMatcherForChar()
120 if (EmitStringMatcherForChar(LI.second, CharNo + 1, IndentCount + 1, in EmitStringMatcherForChar()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp221 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 DStringMatcher.h48 unsigned CharNo, unsigned IndentCount,
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h954 void print(raw_ostream &O, unsigned IndentCount = 0) const;