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.cpp131 std::min(target->backwardBranchRange, target->forwardBranchRange)) in needsThunks()
179 uint64_t forwardBranchRange = target->forwardBranchRange; in estimateStubsInRangeVA() local
180 assert(isecEnd > forwardBranchRange && in estimateStubsInRangeVA()
182 assert(isecEnd - isecVA <= forwardBranchRange && in estimateStubsInRangeVA()
185 in.stubs->getSize() - forwardBranchRange; in estimateStubsInRangeVA()
192 ", slop = " + utohexstr(forwardBranchRange - (isecEnd - isecVA))); in estimateStubsInRangeVA()
217 uint64_t forwardBranchRange = target->forwardBranchRange; in finalize() local
254 if (expectedNewSize >= isecVA + forwardBranchRange - slop) in finalize()
288 uint64_t highVA = callVA + forwardBranchRange; in finalize()
H A DTarget.h130 uint64_t forwardBranchRange = 0; variable
/freebsd/contrib/llvm-project/lld/MachO/Arch/
H A DARM64.cpp195 forwardBranchRange = backwardBranchRange - 4; in ARM64()