Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.h19 computeCallGraphProfileOrder(Ctx &);
H A DCallGraphSort.cpp343 elf::computeCallGraphProfileOrder(Ctx &ctx) { in computeCallGraphProfileOrder() function in elf
H A DWriter.cpp1103 sectionOrder = computeCallGraphProfileOrder(ctx); in buildSectionOrder()
/freebsd/contrib/llvm-project/lld/COFF/
H A DCallGraphSort.h19 computeCallGraphProfileOrder(COFFLinkerContext &ctx);
H A DCallGraphSort.cpp247 coff::computeCallGraphProfileOrder(COFFLinkerContext &ctx) { in computeCallGraphProfileOrder() function in coff
H A DWriter.cpp1033 computeCallGraphProfileOrder(ctx); in sortSections()