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

References

tools/lldb/source/Expression/IRExecutionUnit.cpp
  595   m_parent.m_records.push_back(AllocationRecord(
  606   if (m_parent.m_reported_allocations) {
  609         m_parent.GetBestExecutionContextScope()->CalculateProcess();
  611     m_parent.CommitOneAllocation(process_sp, err, m_parent.m_records.back());
  611     m_parent.CommitOneAllocation(process_sp, err, m_parent.m_records.back());
  628   m_parent.m_records.push_back(AllocationRecord(
  637   if (m_parent.m_reported_allocations) {
  640         m_parent.GetBestExecutionContextScope()->CalculateProcess();
  642     m_parent.CommitOneAllocation(process_sp, err, m_parent.m_records.back());
  642     m_parent.CommitOneAllocation(process_sp, err, m_parent.m_records.back());
 1033   lldb::addr_t ret = m_parent.FindSymbol(name_cs, missing_weak);
 1040     m_parent.ReportSymbolLookupError(name_cs);