Lines Matching defs:SortedFunctions
311 const BinaryContext &BC, std::vector<BinaryFunction *> &SortedFunctions,
314 for (BinaryFunction *Func : SortedFunctions) {
333 const BinaryContext &BC, std::vector<BinaryFunction *> &SortedFunctions,
339 for (BinaryFunction *BF : SortedFunctions) {
348 for (BinaryFunction *BF : SortedFunctions) {
362 DotAddress = tentativeLayoutRelocColdPart(BC, SortedFunctions, DotAddress);
367 for (BinaryFunction *Func : SortedFunctions) {
399 for (BinaryFunction *Func : SortedFunctions)
406 const BinaryContext &BC, std::vector<BinaryFunction *> &SortedFunctions) {
410 for (BinaryFunction *Func : SortedFunctions) {
425 EstimatedTextSize = tentativeLayoutRelocMode(BC, SortedFunctions, 0);
441 tentativeLayoutRelocMode(BC, SortedFunctions, DotAddress);