Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DCallGraphSort.cpp75 class CallGraphSort { class
77 CallGraphSort();
102 CallGraphSort::CallGraphSort() { in CallGraphSort() function in CallGraphSort
167 void CallGraphSort::groupClusters() { in groupClusters()
219 DenseMap<const InputSectionBase *, int> CallGraphSort::run() { in run()
239 return CallGraphSort().run(); in computeCallGraphProfileOrder()
H A DCMakeLists.txt25 CallGraphSort.cpp
/freebsd-12.1/usr.bin/clang/lld/
H A DMakefile47 SRCS+= ELF/CallGraphSort.cpp