Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/MachO/
DConcatOutputSection.cpp129 if (isecAddr - addr + in.stubs->getSize() <= target->branchRange) in needsThunks()
156 uint64_t branchRange = target->branchRange; in estimateStubsInRangeVA() local
178 in.stubs->getSize() - branchRange; in estimateStubsInRangeVA()
185 ", slop = " + to_hexString(branchRange - (isecEnd - isecVA))); in estimateStubsInRangeVA()
209 uint64_t branchRange = target->branchRange; in finalize() local
229 isecAddr + inputs[finalIdx]->getSize() < isecVA + branchRange) in finalize()
257 uint64_t lowVA = branchRange < callVA ? callVA - branchRange : 0; in finalize()
258 uint64_t highVA = callVA + branchRange; in finalize()
DTarget.h91 uint64_t branchRange = 0; variable
/freebsd-12-stable/contrib/llvm-project/lld/MachO/Arch/
DARM64.cpp137 branchRange = maxIntN(28) - thunkSize; in ARM64()