Home
last modified time | relevance | path

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

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