Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContextUnwind.h92 bool CheckIfLoopingStack();
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp480 if (CheckIfLoopingStack()) { in InitializeNonZerothFrame()
482 if (CheckIfLoopingStack()) { in InitializeNonZerothFrame()
686 if (CheckIfLoopingStack()) { in InitializeNonZerothFrame()
688 if (CheckIfLoopingStack()) { in InitializeNonZerothFrame()
703 bool RegisterContextUnwind::CheckIfLoopingStack() { in CheckIfLoopingStack() function in RegisterContextUnwind