Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DExecutionContext.h677 bool HasFrameScope() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DExecutionContext.cpp402 bool ExecutionContext::HasFrameScope() const { in HasFrameScope() function in ExecutionContext
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObject.cpp185 if ((flags & eCommandRequiresFrame) && !m_exe_ctx.HasFrameScope()) { in CheckRequirements()