Searched refs:OutputTotal (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerImpl.cpp | 915 int64_t OutputTotal = 0; in printStatistic() local 930 OutputTotal += E.second.Output; in printStatistic() 938 llvm::outs() << formatv(FormatStr, "Total", InputTotal, OutputTotal, in printStatistic() 939 ComputePercentange(InputTotal, OutputTotal)); in printStatistic()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinker.cpp | 3099 int64_t OutputTotal = 0; in link() local 3114 OutputTotal += E.second.Output; in link() 3122 llvm::outs() << formatv(FormatStr, "Total", InputTotal, OutputTotal, in link() 3123 ComputePercentange(InputTotal, OutputTotal)); in link()
|