Home
last modified time | relevance | path

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

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