Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DStringMatcher.cpp45 unsigned CharNo, unsigned IndentCount) const { in EmitStringMatcherForChar()
47 std::string Indent(IndentCount*2+4, ' '); in EmitStringMatcherForChar()
98 return EmitStringMatcherForChar(Matches, FirstNonCommonLetter, IndentCount); in EmitStringMatcherForChar()
113 if (EmitStringMatcherForChar(LI->second, CharNo+1, IndentCount+1)) in EmitStringMatcherForChar()
DStringMatcher.h49 unsigned CharNo, unsigned IndentCount) const;
/external/llvm/lib/TableGen/
DStringMatcher.cpp45 unsigned CharNo, unsigned IndentCount) const { in EmitStringMatcherForChar()
47 std::string Indent(IndentCount*2+4, ' '); in EmitStringMatcherForChar()
98 return EmitStringMatcherForChar(Matches, FirstNonCommonLetter, IndentCount); in EmitStringMatcherForChar()
113 if (EmitStringMatcherForChar(LI->second, CharNo+1, IndentCount+1)) in EmitStringMatcherForChar()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DStringMatcher.cpp51 unsigned IndentCount, bool IgnoreDuplicates) const { in EmitStringMatcherForChar() argument
53 std::string Indent(IndentCount * 2 + 4, ' '); in EmitStringMatcherForChar()
105 return EmitStringMatcherForChar(Matches, FirstNonCommonLetter, IndentCount, in EmitStringMatcherForChar()
121 if (EmitStringMatcherForChar(LI->second, CharNo + 1, IndentCount + 1, in EmitStringMatcherForChar()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDIE.cpp126 IndentCount += IncIndent; in print()
127 const std::string Indent(IndentCount, ' '); in print()
147 IndentCount += 2; in print()
162 IndentCount -= 2; in print()
169 IndentCount -= IncIndent; in print()
DDIE.h139 mutable unsigned IndentCount; variable
143 Size(0), Parent (0), IndentCount(0) {} in DIE()
/external/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp150 StringRef Type, unsigned Size, unsigned IndentCount) { in printValues() argument
154 const std::string Indent(IndentCount, ' '); in printValues()
165 void DIE::print(raw_ostream &O, unsigned IndentCount) const { in print()
166 const std::string Indent(IndentCount, ' '); in print()
173 IndentCount += 2; in print()
181 IndentCount -= 2; in print()
184 Child.print(O, IndentCount + 4); in print()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp233 StringRef Type, unsigned Size, unsigned IndentCount) { in printValues() argument
237 const std::string Indent(IndentCount, ' '); in printValues()
248 void DIE::print(raw_ostream &O, unsigned IndentCount) const { in print()
249 const std::string Indent(IndentCount, ' '); in print()
256 IndentCount += 2; in print()
264 IndentCount -= 2; in print()
267 Child.print(O, IndentCount + 4); in print()
/external/llvm/include/llvm/TableGen/
DStringMatcher.h49 unsigned CharNo, unsigned IndentCount) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/
DStringMatcher.h50 unsigned CharNo, unsigned IndentCount,
/external/llvm/include/llvm/CodeGen/
DDIE.h674 void print(raw_ostream &O, unsigned IndentCount = 0) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DDIE.h782 void print(raw_ostream &O, unsigned IndentCount = 0) const;