Searched refs:stubsInRangeVA (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/lld/MachO/
H A DConcatOutputSection.cpp184 uint64_t stubsInRangeVA = isecEnd + maxPotentialThunks * target->thunkSize + local
189 utohexstr(isecVA) + ", threshold = " + utohexstr(stubsInRangeVA) +
193 return stubsInRangeVA;
219 uint64_t stubsInRangeVA = TargetInfo::outOfRangeVA; local
257 if (finalIdx == endIdx && stubsInRangeVA == TargetInfo::outOfRangeVA) {
266 stubsInRangeVA = estimateStubsInRangeVA(callIdx);
288 if (funcSym->isInStubs() && callVA >= stubsInRangeVA) {

Completed in 58 milliseconds