Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp906 auto ComputePercentange = [](int64_t Input, int64_t Output) -> float { in printStatistic() local
933 E.second.Output, ComputePercentange(E.second.Input, E.second.Output)); in printStatistic()
939 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.cpp3090 auto ComputePercentange = [](int64_t Input, int64_t Output) -> float { in link() local
3117 E.second.Output, ComputePercentange(E.second.Input, E.second.Output)); in link()
3123 ComputePercentange(InputTotal, OutputTotal)); in link()