reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Expression/IRMemoryMap.h
   78   ExecutionContextScope *GetBestExecutionContextScope() const;

References

tools/lldb/source/Expression/IRExecutionUnit.cpp
  609         m_parent.GetBestExecutionContextScope()->CalculateProcess();
  640         m_parent.GetBestExecutionContextScope()->CalculateProcess();
 1209   ExecutionContext exe_ctx(GetBestExecutionContextScope());
 1214   ExecutionContext exe_ctx(GetBestExecutionContextScope());
 1243   ExecutionContext exe_ctx(GetBestExecutionContextScope());
 1250   ExecutionContext exe_ctx(GetBestExecutionContextScope());
tools/lldb/source/Expression/Materializer.cpp
   89         map.GetBestExecutionContextScope(),
  234             map.GetBestExecutionContextScope(),
  312         map.GetBestExecutionContextScope()->CalculateProcess();
  437       scope = map.GetBestExecutionContextScope();
  607         scope = map.GetBestExecutionContextScope();
  787       ExecutionContextScope *exe_scope = map.GetBestExecutionContextScope();
  837     ExecutionContextScope *exe_scope = map.GetBestExecutionContextScope();
  901         map.GetBestExecutionContextScope()->CalculateProcess();
 1065     ExecutionContextScope *exe_scope = map.GetBestExecutionContextScope();
 1070       target_sp = map.GetBestExecutionContextScope()->CalculateTarget();
 1351     exe_scope = map.GetBestExecutionContextScope();
 1400   ExecutionContextScope *exe_scope = m_map->GetBestExecutionContextScope();