Home
last modified time | relevance | path

Searched defs:SortedFunctions (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DReorderFunctions.cpp293 std::vector<BinaryFunction *> SortedFunctions(BFs.size()); in runOnFunctions() local
409 std::vector<BinaryFunction *> SortedFunctions(BFs.size()); in runOnFunctions() local
H A DLongJmp.cpp290 const BinaryContext &BC, std::vector<BinaryFunction *> &SortedFunctions, in tentativeLayoutRelocColdPart()
312 const BinaryContext &BC, std::vector<BinaryFunction *> &SortedFunctions, in tentativeLayoutRelocMode()
380 const BinaryContext &BC, std::vector<BinaryFunction *> &SortedFunctions) { in tentativeLayout()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp257 std::vector<BinaryFunction *> SortedFunctions = BC.getSortedFunctions(); in emitFunctions() local
H A DBinaryContext.cpp1508 std::vector<BinaryFunction *> SortedFunctions(BinaryFunctions.size()); in getSortedFunctions() local