Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DUnwind.h33 return DoGetFrameCount(); in GetFrameCount()
67 virtual uint32_t DoGetFrameCount() = 0;
H A DUnwindLLDB.h73 uint32_t DoGetFrameCount() override;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DHistoryUnwind.h35 uint32_t DoGetFrameCount() override;
H A DHistoryUnwind.cpp73 uint32_t HistoryUnwind::DoGetFrameCount() { return m_pcs.size(); } in DoGetFrameCount() function in HistoryUnwind
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DUnwindLLDB.cpp41 uint32_t UnwindLLDB::DoGetFrameCount() { in DoGetFrameCount() function in UnwindLLDB