Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.cpp163 size_t maxPotentialThunks = 0; in estimateStubsInRangeVA() local
166 maxPotentialThunks += in estimateStubsInRangeVA()
177 uint64_t stubsInRangeVA = isecEnd + maxPotentialThunks * target->thunkSize + in estimateStubsInRangeVA()
180 ", potential = " + std::to_string(maxPotentialThunks) + in estimateStubsInRangeVA()