clang
10.0.0git
|
Defines utilities for dealing with stack allocation and stack space. More...
#include "clang/Basic/Stack.h"
#include "llvm/ADT/Optional.h"
#include "llvm/Support/CrashRecoveryContext.h"
Go to the source code of this file.
Functions | |
static void * | getStackPointer () |
Variables | |
static LLVM_THREAD_LOCAL void * | BottomOfStack = nullptr |
Defines utilities for dealing with stack allocation and stack space.
Definition in file Stack.cpp.
|
static |
Definition at line 24 of file Stack.cpp.
Referenced by clang::isStackNearlyExhausted(), and clang::noteBottomOfStack().
|
static |
Definition at line 22 of file Stack.cpp.
Referenced by clang::isStackNearlyExhausted(), and clang::noteBottomOfStack().