Home
last modified time | relevance | path

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

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