Searched refs:fmt_repeat (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | FormatUtil.cpp | 86 Result += formatv("{0}", fmt_repeat(' ', IndentLevel)); in typesetItemList() 96 Result += formatv("\n{0}{1}", fmt_repeat(' ', IndentLevel), S); in typesetStringList()
|
| H A D | DumpOutputStyle.cpp | 212 P.formatLine("{0}", fmt_repeat('=', 60)); in printHeader() 304 P.formatLine("{0}", fmt_repeat('-', 74)); in printModuleDetailStats() 370 fmt_repeat(' ', NumDigits(StreamCount)), in dumpStreamSummary() 808 P.formatLine("{0}", fmt_repeat('-', TableWidth)); in dumpUdtStats() 816 P.formatLine("{0}", fmt_repeat('-', TableWidth)); in dumpUdtStats() 821 P.formatLine("{0}", fmt_repeat('-', TableWidth)); in dumpUdtStats()
|
| H A D | BytesOutputStyle.cpp | 83 P.formatLine("{0}", fmt_repeat('=', 60)); in printHeader()
|
| H A D | MinimalTypeDumper.cpp | 382 fmt_repeat(' ', P.getIndentLevel() + strlen("method names: "))) in visitKnownRecord()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | FormatAdapters.h | 97 detail::RepeatAdapter<T> fmt_repeat(T &&Item, size_t Count) { in fmt_repeat() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ClangASTContext.cpp | 9151 s->Format("\n{0}{1}", llvm::fmt_repeat(" ", depth + DEPTH_INCREMENT), in DumpValue()
|