Home
last modified time | relevance | path

Searched refs:GetGeneration (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() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp2116 auto new_generation = manager.GetGeneration(); in GetRecognizedFrame()