Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.h18 llvm::DenseMap<const InputSectionBase *, int> computeCallGraphProfileOrder();
H A DCallGraphSort.cpp267 DenseMap<const InputSectionBase *, int> elf::computeCallGraphProfileOrder() { in computeCallGraphProfileOrder() function in elf
H A DWriter.cpp1336 return computeCallGraphProfileOrder(); in buildSectionOrder()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DCallGraphSort.h18 llvm::DenseMap<const SectionChunk *, int> computeCallGraphProfileOrder();
H A DCallGraphSort.cpp243 DenseMap<const SectionChunk *, int> coff::computeCallGraphProfileOrder() { in computeCallGraphProfileOrder() function in coff
H A DWriter.cpp819 DenseMap<const SectionChunk *, int> order = computeCallGraphProfileOrder(); in sortSections()