Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.cpp77 class CallGraphSort { class
79 CallGraphSort();
102 CallGraphSort::CallGraphSort() { in CallGraphSort() function in CallGraphSort
181 DenseMap<const InputSectionBase *, int> CallGraphSort::run() { in run()
268 return CallGraphSort().run(); in computeCallGraphProfileOrder()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DCallGraphSort.cpp49 class CallGraphSort { class
51 CallGraphSort();
73 CallGraphSort::CallGraphSort() { in CallGraphSort() function in CallGraphSort
152 DenseMap<const SectionChunk *, int> CallGraphSort::run() { in run()
244 return CallGraphSort().run(); in computeCallGraphProfileOrder()
/freebsd-13.1/usr.bin/clang/lld/
H A DMakefile56 SRCS+= ELF/CallGraphSort.cpp