Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DAArch64ErrataFix.cpp490 uint64_t PatchUpperBound = PrevISLimit + Target->getThunkSectionSpacing(); in insertPatches() local
500 if (ISLimit > PatchUpperBound) { in insertPatches()
507 PatchUpperBound = PrevISLimit + Target->getThunkSectionSpacing(); in insertPatches()