Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.h97 uint32_t callSiteCount = 0; // how many calls to the real function? member
H A DConcatOutputSection.cpp222 size_t callSiteCount = 0; in finalize() local