Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DUnwind.h36 return DoGetFrameCount(); in GetFrameCount()
71 virtual uint32_t DoGetFrameCount() = 0;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DHistoryUnwind.h35 uint32_t DoGetFrameCount() override;
H A DUnwindMacOSXFrameBackchain.h27 uint32_t DoGetFrameCount() override;
H A DHistoryUnwind.cpp67 uint32_t HistoryUnwind::DoGetFrameCount() { return m_pcs.size(); } in DoGetFrameCount() function in HistoryUnwind
H A DUnwindLLDB.h74 uint32_t DoGetFrameCount() override;
H A DUnwindMacOSXFrameBackchain.cpp27 uint32_t UnwindMacOSXFrameBackchain::DoGetFrameCount() { in DoGetFrameCount() function in UnwindMacOSXFrameBackchain
H A DUnwindLLDB.cpp42 uint32_t UnwindLLDB::DoGetFrameCount() { in DoGetFrameCount() function in UnwindLLDB