Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp156 ExecutionContext::ExecutionContext(ExecutionContextScope *exe_scope_ptr) in ExecutionContext() argument
158 if (exe_scope_ptr) in ExecutionContext()
159 exe_scope_ptr->CalculateExecutionContext(*this); in ExecutionContext()