Home
last modified time | relevance | path

Searched refs:CheckIfLoopingStack (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.h88 bool CheckIfLoopingStack();
H A DRegisterContextLLDB.cpp418 if (CheckIfLoopingStack()) { in InitializeNonZerothFrame()
420 if (CheckIfLoopingStack()) { in InitializeNonZerothFrame()
603 if (CheckIfLoopingStack()) { in InitializeNonZerothFrame()
605 if (CheckIfLoopingStack()) { in InitializeNonZerothFrame()
620 bool RegisterContextLLDB::CheckIfLoopingStack() { in CheckIfLoopingStack() function in RegisterContextLLDB