Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DExecutionContext.h557 bool HasFrameScope() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp392 bool ExecutionContext::HasFrameScope() const { in HasFrameScope() function in ExecutionContext
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp191 if ((flags & eCommandRequiresFrame) && !m_exe_ctx.HasFrameScope()) { in CheckRequirements()