Searched refs:MaxStackDepth (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp69 size_t MaxStackDepth = 0; member in struct:__xray::__anon2593::BasicLoggingOptions
139 if (GlobalOptions.MaxStackDepth == 0) {
141 Report("Not initializing the ShadowStack since MaxStackDepth == 0.\n");
148 InternalAlloc(sizeof(StackEntry) * GlobalOptions.MaxStackDepth, nullptr,
150 TLD.StackSize = GlobalOptions.MaxStackDepth;
420 GlobalOptions.MaxStackDepth = F.max_stack_depth;

Completed in 101 milliseconds