Home
last modified time | relevance | path

Searched refs:IsValidRowIndex (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/include/lldb/Symbol/
DUnwindPlan.h446 bool IsValidRowIndex(uint32_t idx) const;
/external/llvm-project/lldb/source/Symbol/
DDWARFCallFrameInfo.cpp673 if (unwind_plan.IsValidRowIndex(0) && in FDEToUnwindPlan()
743 if (unwind_plan.IsValidRowIndex(0) && in FDEToUnwindPlan()
DUnwindPlan.cpp398 bool UnwindPlan::IsValidRowIndex(uint32_t idx) const { in IsValidRowIndex() function in UnwindPlan