Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h322 uint32_t OverflowedFunctions; variable
330 OverflowedFunctions(0) {} in FunctionCallTrie()
341 OverflowedFunctions(O.OverflowedFunctions) {} in FunctionCallTrie()
348 OverflowedFunctions = O.OverflowedFunctions;
360 if (UNLIKELY(OverflowedFunctions)) { in enterFunction()
361 ++OverflowedFunctions; in enterFunction()
379 ++OverflowedFunctions; in enterFunction()
397 ++OverflowedFunctions; in enterFunction()
409 ++OverflowedFunctions; in enterFunction()
417 if (OverflowedFunctions) { in exitFunction()
[all …]