Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContextUnwind.h92 bool CheckIfLoopingStack();
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp468 if (CheckIfLoopingStack()) { in InitializeNonZerothFrame()
470 if (CheckIfLoopingStack()) { in InitializeNonZerothFrame()
671 if (CheckIfLoopingStack()) { in InitializeNonZerothFrame()
673 if (CheckIfLoopingStack()) { in InitializeNonZerothFrame()
688 bool RegisterContextUnwind::CheckIfLoopingStack() { in CheckIfLoopingStack() function in RegisterContextUnwind