clang 22.0.0git
Stack.cpp File Reference

Defines utilities for dealing with stack allocation and stack space. More...

#include "clang/Basic/Stack.h"
#include "llvm/Support/CrashRecoveryContext.h"
#include "llvm/Support/ProgramStack.h"

Go to the source code of this file.

Variables

static LLVM_THREAD_LOCAL uintptr_t BottomOfStack = 0

Detailed Description

Defines utilities for dealing with stack allocation and stack space.

Definition in file Stack.cpp.

Variable Documentation

◆ BottomOfStack

LLVM_THREAD_LOCAL uintptr_t BottomOfStack = 0
static