Home
last modified time | relevance | path

Searched refs:fmt_repeat (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DFormatUtil.cpp86 Result += formatv("{0}", fmt_repeat(' ', IndentLevel)); in typesetItemList()
96 Result += formatv("\n{0}{1}", fmt_repeat(' ', IndentLevel), S); in typesetStringList()
H A DDumpOutputStyle.cpp212 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 DBytesOutputStyle.cpp83 P.formatLine("{0}", fmt_repeat('=', 60)); in printHeader()
H A DMinimalTypeDumper.cpp382 fmt_repeat(' ', P.getIndentLevel() + strlen("method names: "))) in visitKnownRecord()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFormatAdapters.h97 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 DClangASTContext.cpp9151 s->Format("\n{0}{1}", llvm::fmt_repeat(" ", depth + DEPTH_INCREMENT), in DumpValue()