Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.cpp144 std::min(target->backwardBranchRange, target->forwardBranchRange)) in needsThunks()
204 uint64_t forwardBranchRange = target->forwardBranchRange; in estimateBranchTargetThresholdVA() local
205 assert(isecEnd > forwardBranchRange && in estimateBranchTargetThresholdVA()
207 assert(isecEnd - isecVA <= forwardBranchRange && in estimateBranchTargetThresholdVA()
241 maxVAOfLastBranchTarget - forwardBranchRange; in estimateBranchTargetThresholdVA()
252 ", slop = " + utohexstr(forwardBranchRange - (isecEnd - isecVA))); in estimateBranchTargetThresholdVA()
277 uint64_t forwardBranchRange = target->forwardBranchRange; in finalize() local
314 if (expectedNewSize >= isecVA + forwardBranchRange - slop) in finalize()
350 uint64_t highVA = callVA + forwardBranchRange; in finalize()
H A DTarget.h146 uint64_t forwardBranchRange = 0; variable
/freebsd/contrib/llvm-project/lld/MachO/Arch/
H A DARM64.cpp227 forwardBranchRange = backwardBranchRange - 4; in ARM64()