Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.cpp223 size_t thunkCallCount = 0; in finalize() local
305 ++thunkInfo.thunkCallCount; in finalize()
306 ++thunkCallCount; in finalize()
355 ", thunk calls = " + std::to_string(thunkCallCount) + in finalize()
H A DConcatOutputSection.h99 uint32_t thunkCallCount = 0; // how many call sites went to thunk? member