Home
last modified time | relevance | path

Searched defs:GetStackID (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/include/lldb/Target/
H A DThread.h112 StackID GetStackID() const { return m_stack_id; } GetStackID() function
/llvm-project/lldb/source/Target/
H A DStackFrame.cpp145 StackID &StackFrame::GetStackID() { GetStackID() function in StackFrame