Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/
Dxray_function_call_trie.h326 uint32_t OverflowedFunctions; variable
334 OverflowedFunctions(0) {} in FunctionCallTrie()
345 OverflowedFunctions(O.OverflowedFunctions) {} in FunctionCallTrie()
352 OverflowedFunctions = O.OverflowedFunctions;
364 if (UNLIKELY(OverflowedFunctions)) { in enterFunction()
365 ++OverflowedFunctions; in enterFunction()
383 ++OverflowedFunctions; in enterFunction()
401 ++OverflowedFunctions; in enterFunction()
413 ++OverflowedFunctions; in enterFunction()
421 if (OverflowedFunctions) { in exitFunction()
[all …]