Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DExecutionContext.cpp158 ExecutionContext::ExecutionContext(ExecutionContextScope *exe_scope_ptr) in ExecutionContext() argument
160 if (exe_scope_ptr) in ExecutionContext()
161 exe_scope_ptr->CalculateExecutionContext(*this); in ExecutionContext()