Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp917 int64_t OutputTotal = 0; in printStatistic() local
932 OutputTotal += E.second.Output; in printStatistic()
940 llvm::outs() << formatv(FormatStr, "Total", InputTotal, OutputTotal, in printStatistic()
941 ComputePercentange(InputTotal, OutputTotal)); in printStatistic()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2982 int64_t OutputTotal = 0; in link() local
2997 OutputTotal += E.second.Output; in link()
3005 llvm::outs() << formatv(FormatStr, "Total", InputTotal, OutputTotal, in link()
3006 ComputePercentange(InputTotal, OutputTotal)); in link()