Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp88 dbgs() << formatv("{0}\n", fmt_repeat('=', 72)); in checkIntegrityScopesTree()
91 dbgs() << formatv("{0}\n", fmt_repeat('=', 72)); in checkIntegrityScopesTree()
99 dbgs() << formatv("\n{0}\n", fmt_repeat('-', 72)); in checkIntegrityScopesTree()
103 dbgs() << formatv("{0}\n", fmt_repeat('-', 72)); in checkIntegrityScopesTree()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DFormatUtil.cpp35 Result += std::string(formatv("{0}", fmt_repeat(' ', IndentLevel))); in typesetItemList()
45 Result += std::string(formatv("\n{0}{1}", fmt_repeat(' ', IndentLevel), S)); in typesetStringList()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatAdapters.h101 support::detail::RepeatAdapter<T> fmt_repeat(T &&Item, size_t Count) { in fmt_repeat() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp235 P.formatLine("{0}", fmt_repeat('=', 60)); in printHeader()
338 P.formatLine("{0}", fmt_repeat('-', 74)); in printModuleDetailStats()
375 fmt_repeat(' ', NumDigits(StreamCount)), in dumpStreamSummary()
618 P.formatLine("{0}", fmt_repeat('-', 74)); in dumpTypeStats()
767 P.formatLine("{0}", fmt_repeat('-', TableWidth)); in dumpUdtStats()
775 P.formatLine("{0}", fmt_repeat('-', TableWidth)); in dumpUdtStats()
780 P.formatLine("{0}", fmt_repeat('-', TableWidth)); in dumpUdtStats()
H A DBytesOutputStyle.cpp82 P.formatLine("{0}", fmt_repeat('=', 60)); in printHeader()
H A DMinimalTypeDumper.cpp393 fmt_repeat(' ', P.getIndentLevel() + strlen("method names: "))) in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp420 dbgs() << formatv("\n{0}\n", fmt_repeat('=', 72)); in init()
422 dbgs() << formatv("{0}\n", fmt_repeat('=', 72)); in init()