Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp918 int64_t InputTotal = 0; in printStatistic() local
933 InputTotal += E.second.Input; in printStatistic()
942 llvm::outs() << formatv(FormatStr, "Total", InputTotal, OutputTotal, in printStatistic()
943 ComputePercentange(InputTotal, OutputTotal)); in printStatistic()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2961 int64_t InputTotal = 0; in link() local
2976 InputTotal += E.second.Input; in link()
2985 llvm::outs() << formatv(FormatStr, "Total", InputTotal, OutputTotal, in link()
2986 ComputePercentange(InputTotal, OutputTotal)); in link()