Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DCallGraphSort.h18 llvm::DenseMap<const InputSectionBase *, int> computeCallGraphProfileOrder();
H A DCallGraphSort.cpp268 DenseMap<const InputSectionBase *, int> elf::computeCallGraphProfileOrder() { in computeCallGraphProfileOrder() function in elf
H A DWriter.cpp1264 return computeCallGraphProfileOrder(); in buildSectionOrder()
/llvm-project-15.0.7/lld/COFF/
H A DCallGraphSort.h20 computeCallGraphProfileOrder(const COFFLinkerContext &ctx);
H A DCallGraphSort.cpp245 coff::computeCallGraphProfileOrder(const COFFLinkerContext &ctx) { in computeCallGraphProfileOrder() function in coff
H A DWriter.cpp813 computeCallGraphProfileOrder(ctx); in sortSections()