Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Target/
DExecutionContext.h728 HasTargetScope () const;
/external/lldb/source/Target/
DExecutionContext.cpp497 ExecutionContext::HasTargetScope () const in HasTargetScope() function in ExecutionContext
506 return (HasTargetScope() in HasProcessScope()
/external/lldb/source/Interpreter/
DCommandObject.cpp231 if ((flags & eFlagRequiresTarget) && !m_exe_ctx.HasTargetScope()) in CheckRequirements()