Home
last modified time | relevance | path

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

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