Home
last modified time | relevance | path

Searched refs:m_generation (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h144 uint16_t GetGeneration() const { return m_generation; } in GetGeneration()
164 uint16_t m_generation = 0; variable
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameRecognizer.cpp58 uint32_t n = m_generation; in BumpGeneration()
60 m_generation = n; in BumpGeneration()