Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DExecutionContext.h297 bool HasFrameRef() const { return m_stack_id.IsValid(); } in HasFrameRef() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectVariable.cpp273 if (exe_ctx_ref.HasFrameRef()) { in IsInScope()
H A DValueObject.cpp3055 if (m_exe_ctx_ref.HasFrameRef()) { in SyncWithProcessState()