Home
last modified time | relevance | path

Searched refs:HasFrameRef (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DExecutionContext.h252 bool HasFrameRef() const { return m_stack_id.IsValid(); } in HasFrameRef() function
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObjectVariable.cpp309 if (exe_ctx_ref.HasFrameRef()) { in IsInScope()
H A DValueObject.cpp2903 if (m_exe_ctx_ref.HasFrameRef()) { in SyncWithProcessState()