Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DExecutionContext.cpp157 ExecutionContext::ExecutionContext(ExecutionContextScope *exe_scope_ptr) in ExecutionContext() argument
159 if (exe_scope_ptr) in ExecutionContext()
160 exe_scope_ptr->CalculateExecutionContext(*this); in ExecutionContext()