Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageReport.cpp91 size_t FunctionReportColumns[] = {25, 10, 8, 8, 10, 8, 8, 10, 8, 8, 20, 8, 8}; variable
99 FunctionReportColumns[0] = in adjustColumnWidths()
100 std::max(FunctionReportColumns[0], Funcname.size()); in adjustColumnWidths()
118 Length = std::accumulate(std::begin(FunctionReportColumns), std::end(FunctionReportColumns), 0); in renderDivider()
120 Length -= (FunctionReportColumns[7] + FunctionReportColumns[8] + FunctionReportColumns[9]); in renderDivider()
122 Length -= (FunctionReportColumns[10] + FunctionReportColumns[11] + FunctionReportColumns[12]); in renderDivider()
337 OS << column(DC.demangle(Function.Name), FunctionReportColumns[0], in render()
339 << format("%*u", FunctionReportColumns[1], in render()
342 << format("%*u", FunctionReportColumns[2], in render()
347 << format("%*.2f", FunctionReportColumns[3] - 1, in render()
[all …]