Searched refs:BottomOfStack (Results 1 – 1 of 1) sorted by relevance
22 static LLVM_THREAD_LOCAL void *BottomOfStack = nullptr; variable42 if (!BottomOfStack) in noteBottomOfStack()43 BottomOfStack = getStackPointer(); in noteBottomOfStack()52 if (!BottomOfStack) in isStackNearlyExhausted()55 intptr_t StackDiff = (intptr_t)getStackPointer() - (intptr_t)BottomOfStack; in isStackNearlyExhausted()