Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.h99 uint32_t thunkCallCount = 0; // how many call sites went to thunk? member
H A DConcatOutputSection.cpp223 size_t thunkCallCount = 0; in finalize() local