Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDExecutionContext.h768 HasFrameScope () const;
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDExecutionContext.cpp540 ExecutionContext::HasFrameScope () const in HasFrameScope() function in ExecutionContext
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDCommandObject.cpp261 if ((flags & eCommandRequiresFrame) && !m_exe_ctx.HasFrameScope()) in CheckRequirements()