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.cpp475 if (CheckIfLoopingStack()) { in InitializeNonZerothFrame()
477 if (CheckIfLoopingStack()) { in InitializeNonZerothFrame()
679 if (CheckIfLoopingStack()) { in InitializeNonZerothFrame()
681 if (CheckIfLoopingStack()) { in InitializeNonZerothFrame()
696 bool RegisterContextUnwind::CheckIfLoopingStack() { in CheckIfLoopingStack() function in RegisterContextUnwind