Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DRegisterContextUnwind.h92 bool CheckIfLoopingStack();
/llvm-project-15.0.7/lldb/source/Target/
H A DRegisterContextUnwind.cpp466 if (CheckIfLoopingStack()) { in InitializeNonZerothFrame()
468 if (CheckIfLoopingStack()) { in InitializeNonZerothFrame()
672 if (CheckIfLoopingStack()) { in InitializeNonZerothFrame()
674 if (CheckIfLoopingStack()) { in InitializeNonZerothFrame()
689 bool RegisterContextUnwind::CheckIfLoopingStack() { in CheckIfLoopingStack() function in RegisterContextUnwind