Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.cpp177 size_t maxPotentialThunks = 0; in estimateBranchTargetThresholdVA() local
185 maxPotentialThunks += 1; in estimateBranchTargetThresholdVA()
223 maxTextSize += maxPotentialThunks * target->thunkSize; in estimateBranchTargetThresholdVA()
244 ", potential = " + std::to_string(maxPotentialThunks) + in estimateBranchTargetThresholdVA()