Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/MachO/
H A DConcatOutputSection.cpp146 ++thunkInfo.callSiteCount; in needsThunks()
167 if (ti.callSitesUsed < ti.callSiteCount) in estimateStubsInRangeVA()
222 size_t callSiteCount = 0; in finalize() local
278 ++callSiteCount; in finalize()
354 ", all calls = " + std::to_string(callSiteCount) + in finalize()
H A DConcatOutputSection.h97 uint32_t callSiteCount = 0; // how many calls to the real function? member