Home
last modified time | relevance | path

Searched refs:GetRowCount (Results 1 – 4 of 4) sorted by relevance

/external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
DUnwindAssemblyInstEmulation.cpp51 if (unwind_plan.GetRowCount() == 0) in GetNonCallSiteUnwindPlanFromAssembly()
280 return unwind_plan.GetRowCount() > 0; in GetNonCallSiteUnwindPlanFromAssembly()
/external/lldb/include/lldb/Symbol/
DUnwindPlan.h468 GetRowCount () const;
/external/lldb/source/Symbol/
DUnwindPlan.cpp361 UnwindPlan::GetRowCount () const in GetRowCount() function in UnwindPlan
DDWARFCallFrameInfo.cpp648 row = unwind_plan.GetRowAtIndex(unwind_plan.GetRowCount() - 1); in FDEToUnwindPlan()