Home
last modified time | relevance | path

Searched defs:forwardBranchRange (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.cpp204 uint64_t forwardBranchRange = target->forwardBranchRange; in estimateBranchTargetThresholdVA() local
277 uint64_t forwardBranchRange = target->forwardBranchRange; in finalize() local
H A DTarget.h146 uint64_t forwardBranchRange = 0; variable