Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h485 bool IsValidRowIndex(uint32_t idx) const;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp433 bool UnwindPlan::IsValidRowIndex(uint32_t idx) const { in IsValidRowIndex() function in UnwindPlan