Lines Matching refs:SortedFunctions
290 const BinaryContext &BC, std::vector<BinaryFunction *> &SortedFunctions, in tentativeLayoutRelocColdPart() argument
293 for (BinaryFunction *Func : SortedFunctions) { in tentativeLayoutRelocColdPart()
312 const BinaryContext &BC, std::vector<BinaryFunction *> &SortedFunctions, in tentativeLayoutRelocMode() argument
319 for (BinaryFunction *BF : SortedFunctions) { in tentativeLayoutRelocMode()
328 for (BinaryFunction *BF : SortedFunctions) { in tentativeLayoutRelocMode()
341 for (BinaryFunction *Func : SortedFunctions) { in tentativeLayoutRelocMode()
349 tentativeLayoutRelocColdPart(BC, SortedFunctions, DotAddress); in tentativeLayoutRelocMode()
373 for (BinaryFunction *Func : SortedFunctions) in tentativeLayoutRelocMode()
380 const BinaryContext &BC, std::vector<BinaryFunction *> &SortedFunctions) { in tentativeLayout() argument
384 for (BinaryFunction *Func : SortedFunctions) { in tentativeLayout()
399 EstimatedTextSize = tentativeLayoutRelocMode(BC, SortedFunctions, 0); in tentativeLayout()
415 tentativeLayoutRelocMode(BC, SortedFunctions, DotAddress); in tentativeLayout()