Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DCallGraphSort.h19 computeCallGraphProfileOrder(const COFFLinkerContext &ctx);
H A DCallGraphSort.cpp247 coff::computeCallGraphProfileOrder(const COFFLinkerContext &ctx) { in computeCallGraphProfileOrder() function in coff
H A DWriter.cpp952 computeCallGraphProfileOrder(ctx); in sortSections()
/freebsd/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.h19 llvm::DenseMap<const InputSectionBase *, int> computeCallGraphProfileOrder();
H A DCallGraphSort.cpp339 DenseMap<const InputSectionBase *, int> elf::computeCallGraphProfileOrder() { in computeCallGraphProfileOrder() function in elf
H A DWriter.cpp1320 return computeCallGraphProfileOrder(); in buildSectionOrder()