Searched refs:computeCallGraphProfileOrder (Results 1 – 6 of 6) sorted by relevance
18 llvm::DenseMap<const InputSectionBase *, int> computeCallGraphProfileOrder();
267 DenseMap<const InputSectionBase *, int> elf::computeCallGraphProfileOrder() { in computeCallGraphProfileOrder() function in elf
1336 return computeCallGraphProfileOrder(); in buildSectionOrder()
18 llvm::DenseMap<const SectionChunk *, int> computeCallGraphProfileOrder();
243 DenseMap<const SectionChunk *, int> coff::computeCallGraphProfileOrder() { in computeCallGraphProfileOrder() function in coff
819 DenseMap<const SectionChunk *, int> order = computeCallGraphProfileOrder(); in sortSections()