Searched refs:BottomOfStack (Results 1 – 1 of 1) sorted by relevance
21 static LLVM_THREAD_LOCAL void *BottomOfStack = nullptr; variable41 if (!BottomOfStack) in noteBottomOfStack()42 BottomOfStack = getStackPointer(); in noteBottomOfStack()51 if (!BottomOfStack) in isStackNearlyExhausted()54 intptr_t StackDiff = (intptr_t)getStackPointer() - (intptr_t)BottomOfStack; in isStackNearlyExhausted()