Home
last modified time | relevance | path

Searched refs:getSortedFunctions (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DLongJmp.cpp618 std::vector<BinaryFunction *> Sorted = BC.getSortedFunctions(); in runOnFunctions()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h1163 std::vector<BinaryFunction *> getSortedFunctions();
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp257 std::vector<BinaryFunction *> SortedFunctions = BC.getSortedFunctions(); in emitFunctions()
H A DBinaryContext.cpp1507 std::vector<BinaryFunction *> BinaryContext::getSortedFunctions() { in getSortedFunctions() function in llvm::bolt::BinaryContext
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp3195 CacheMetrics::printAll(BC->getSortedFunctions()); in emitAndLink()