Home
last modified time | relevance | path

Searched refs:DoGetFrameCount (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/include/lldb/Target/
DUnwind.h33 return DoGetFrameCount(); in GetFrameCount()
67 virtual uint32_t DoGetFrameCount() = 0;
DUnwindLLDB.h73 uint32_t DoGetFrameCount() override;
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DHistoryUnwind.h35 uint32_t DoGetFrameCount() override;
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