Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DRegisterContextUnwind.h87 bool CheckIfLoopingStack();
/external/llvm-project/lldb/source/Target/
DRegisterContextUnwind.cpp414 if (CheckIfLoopingStack()) { in InitializeNonZerothFrame()
416 if (CheckIfLoopingStack()) { in InitializeNonZerothFrame()
580 if (CheckIfLoopingStack()) { in InitializeNonZerothFrame()
582 if (CheckIfLoopingStack()) { in InitializeNonZerothFrame()
597 bool RegisterContextUnwind::CheckIfLoopingStack() { in CheckIfLoopingStack() function in RegisterContextUnwind