Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DExecutionContext.h556 bool HasFrameScope() const;
/external/llvm-project/lldb/source/Target/
DExecutionContext.cpp393 bool ExecutionContext::HasFrameScope() const { in HasFrameScope() function in ExecutionContext
/external/llvm-project/lldb/source/Interpreter/
DCommandObject.cpp192 if ((flags & eCommandRequiresFrame) && !m_exe_ctx.HasFrameScope()) { in CheckRequirements()