Searched refs:OutputTotal (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp919 int64_t OutputTotal = 0; local
934 OutputTotal += E.second.Output;
942 llvm::outs() << formatv(FormatStr, "Total", InputTotal, OutputTotal,
943 ComputePercentange(InputTotal, OutputTotal));
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2962 int64_t OutputTotal = 0; local
2977 OutputTotal += E.second.Output;
2985 llvm::outs() << formatv(FormatStr, "Total", InputTotal, OutputTotal,
2986 ComputePercentange(InputTotal, OutputTotal));

Completed in 77 milliseconds