Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DStringMatcher.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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DStringMatcher.h48 unsigned CharNo, unsigned IndentCount,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DDIE.h866 void print(raw_ostream &O, unsigned IndentCount = 0) const;