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

/openbsd-current/gnu/llvm/lld/MachO/
H A DConcatOutputSection.cpp160 size_t maxPotentialThunks = 0; local
168 maxPotentialThunks += 1;
184 uint64_t stubsInRangeVA = isecEnd + maxPotentialThunks * target->thunkSize +
187 ", potential = " + std::to_string(maxPotentialThunks) +

Completed in 57 milliseconds