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.h3294 class UtilityFunctionScope {
3298 UtilityFunctionScope(Process *p) : m_process(p) { in UtilityFunctionScope() function
3302 ~UtilityFunctionScope() { in ~UtilityFunctionScope()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4985 UtilityFunctionScope util_scope(options.IsForUtilityExpr() ? this : nullptr); in RunThreadPlan()