Home
last modified time | relevance | path

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

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