Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h3378 class UtilityFunctionScope {
3382 UtilityFunctionScope(Process *p) : m_process(p) { in UtilityFunctionScope() function
3386 ~UtilityFunctionScope() { in ~UtilityFunctionScope()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp5018 UtilityFunctionScope util_scope(options.IsForUtilityExpr() ? this : nullptr); in RunThreadPlan()