Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h3246 class UtilityFunctionScope {
3250 UtilityFunctionScope(Process *p) : m_process(p) { in UtilityFunctionScope() function
3254 ~UtilityFunctionScope() { in ~UtilityFunctionScope()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp4891 UtilityFunctionScope util_scope(options.IsForUtilityExpr() ? this : nullptr); in RunThreadPlan()