Home
last modified time | relevance | path

Searched refs:UtilityFunctionScope (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h3080 class UtilityFunctionScope {
3084 UtilityFunctionScope(Process *p) : m_process(p) { in UtilityFunctionScope() function
3088 ~UtilityFunctionScope() { in ~UtilityFunctionScope()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp4737 UtilityFunctionScope util_scope(options.IsForUtilityExpr() ? this : nullptr); in RunThreadPlan()