Searched refs:InputTotal (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerImpl.cpp | 916 int64_t InputTotal = 0; in printStatistic() local 931 InputTotal += E.second.Input; 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 D | DWARFLinker.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFLinker.cpp | 2981 int64_t InputTotal = 0; in link() local 2996 InputTotal += E.second.Input; in link() 3005 llvm::outs() << formatv(FormatStr, "Total", InputTotal, OutputTotal, in link() 3006 ComputePercentange(InputTotal, OutputTotal)); in link()
|