Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DFormatUtil.cpp85 Result += std::string(formatv("{0}", fmt_repeat(' ', IndentLevel))); in typesetItemList()
95 Result += std::string(formatv("\n{0}{1}", fmt_repeat(' ', IndentLevel), S)); in typesetStringList()
H A DDumpOutputStyle.cpp234 P.formatLine("{0}", fmt_repeat('=', 60)); in printHeader()
337 P.formatLine("{0}", fmt_repeat('-', 74)); in printModuleDetailStats()
404 fmt_repeat(' ', NumDigits(StreamCount)), in dumpStreamSummary()
717 P.formatLine("{0}", fmt_repeat('-', 74)); in dumpTypeStats()
866 P.formatLine("{0}", fmt_repeat('-', TableWidth)); in dumpUdtStats()
874 P.formatLine("{0}", fmt_repeat('-', TableWidth)); in dumpUdtStats()
879 P.formatLine("{0}", fmt_repeat('-', TableWidth)); in dumpUdtStats()
H A DBytesOutputStyle.cpp82 P.formatLine("{0}", fmt_repeat('=', 60)); in printHeader()
H A DMinimalTypeDumper.cpp388 fmt_repeat(' ', P.getIndentLevel() + strlen("method names: "))) in visitKnownRecord()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatAdapters.h97 detail::RepeatAdapter<T> fmt_repeat(T &&Item, size_t Count) { in fmt_repeat() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8476 s->Format("\n{0}{1}", llvm::fmt_repeat(" ", depth + DEPTH_INCREMENT), in DumpValue()