Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DExecutionContext.cpp206 ExecutionContext::ExecutionContext (ExecutionContextScope *exe_scope_ptr) : in ExecutionContext() argument
212 if (exe_scope_ptr) in ExecutionContext()
213 exe_scope_ptr->CalculateExecutionContext (*this); in ExecutionContext()