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

References

tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp
   35     if (!m_entry_sp)
   36       return m_entry_sp;
   37     return m_entry_sp->GetSyntheticChildAtOffset(
   38         0, m_entry_sp->GetCompilerType(), true);
   43     if (!m_entry_sp)
   44       return m_entry_sp;
   45     return m_entry_sp->GetSyntheticChildAtOffset(
   46         m_entry_sp->GetProcessSP()->GetAddressByteSize(),
   47         m_entry_sp->GetCompilerType(), true);
   52     if (!m_entry_sp)
   53       return m_entry_sp;
   54     return m_entry_sp->GetSyntheticChildAtOffset(
   55         2 * m_entry_sp->GetProcessSP()->GetAddressByteSize(),
   56         m_entry_sp->GetCompilerType(), true);
   60     if (!m_entry_sp)
   62     return m_entry_sp->GetValueAsUnsigned(0);
   66     if (!m_entry_sp)
   68     return m_entry_sp->GetError().Fail();
   73   ValueObjectSP GetEntry() const { return m_entry_sp; }
   75   void SetEntry(ValueObjectSP entry) { m_entry_sp = entry; }
   78     return (rhs.m_entry_sp.get() == m_entry_sp.get());
   78     return (rhs.m_entry_sp.get() == m_entry_sp.get());