Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DAArch64ErrataFix.cpp486 uint64_t patchUpperBound = prevIsecLimit + target->getThunkSectionSpacing(); in insertPatches() local
496 if (isecLimit > patchUpperBound) { in insertPatches()
503 patchUpperBound = prevIsecLimit + target->getThunkSectionSpacing(); in insertPatches()
H A DARMErrataFix.cpp368 uint64_t patchUpperBound = prevIsecLimit + spacing; in insertPatches() local
379 if (isecLimit > patchUpperBound) { in insertPatches()
385 patchUpperBound = prevIsecLimit + spacing; in insertPatches()