Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.cpp162 ++thunkInfo.callSiteCount; in needsThunks()
184 if (ti.callSitesUsed < ti.callSiteCount) in estimateBranchTargetThresholdVA()
282 size_t callSiteCount = 0; in finalize() local
345 ++callSiteCount; in finalize()
420 ", all calls = " + std::to_string(callSiteCount) + in finalize()
H A DConcatOutputSection.h104 uint32_t callSiteCount = 0; // how many calls to the real function? member