Home
last modified time | relevance | path

Searched defs:DoGetFrameCount (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DHistoryUnwind.cpp73 uint32_t HistoryUnwind::DoGetFrameCount() { return m_pcs.size(); } in DoGetFrameCount() function in HistoryUnwind
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DUnwindLLDB.cpp41 uint32_t UnwindLLDB::DoGetFrameCount() { in DoGetFrameCount() function in UnwindLLDB