Searched refs:getSortedFunctions (Results 1 – 5 of 5) sorted by relevance
618 std::vector<BinaryFunction *> Sorted = BC.getSortedFunctions(); in runOnFunctions()
1163 std::vector<BinaryFunction *> getSortedFunctions();
257 std::vector<BinaryFunction *> SortedFunctions = BC.getSortedFunctions(); in emitFunctions()
1507 std::vector<BinaryFunction *> BinaryContext::getSortedFunctions() { in getSortedFunctions() function in llvm::bolt::BinaryContext
3195 CacheMetrics::printAll(BC->getSortedFunctions()); in emitAndLink()