Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DCallGraphSort.h19 llvm::DenseMap<const InputSectionBase *, int> computeCallGraphProfileOrder();
H A DCallGraphSort.cpp238 DenseMap<const InputSectionBase *, int> elf::computeCallGraphProfileOrder() { in computeCallGraphProfileOrder() function in elf
H A DWriter.cpp1114 return computeCallGraphProfileOrder(); in buildSectionOrder()