Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
HDStringMatcher.cpp50 unsigned IndentCount, bool IgnoreDuplicates) const { in EmitStringMatcherForChar() argument
52 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-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDIE.cpp232 StringRef Type, unsigned Size, unsigned IndentCount) { in printValues() argument
236 const std::string Indent(IndentCount, ' '); in printValues()
247 void DIE::print(raw_ostream &O, unsigned IndentCount) const { in print()
248 const std::string Indent(IndentCount, ' '); in print()
255 IndentCount += 2; in print()
263 IndentCount -= 2; in print()
266 Child.print(O, IndentCount + 4); in print()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
HDStringMatcher.h48 unsigned CharNo, unsigned IndentCount,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDDIE.h839 void print(raw_ostream &O, unsigned IndentCount = 0) const;