LLDB mainline
|
Public Member Functions | |
Entry () | |
template<typename ImplSP> | |
bool | IsCached () |
bool | IsFormatCached () |
bool | IsSummaryCached () |
bool | IsSyntheticCached () |
void | Get (lldb::TypeFormatImplSP &) |
void | Get (lldb::TypeSummaryImplSP &) |
void | Get (lldb::SyntheticChildrenSP &) |
void | Set (lldb::TypeFormatImplSP) |
void | Set (lldb::TypeSummaryImplSP) |
void | Set (lldb::SyntheticChildrenSP) |
Definition at line 22 of file FormatCache.h.
FormatCache::Entry::Entry | ( | ) |
Definition at line 17 of file FormatCache.cpp.
References m_format_cached, m_summary_cached, and m_synthetic_cached.
void FormatCache::Entry::Get | ( | lldb::SyntheticChildrenSP & | retval | ) |
Definition at line 35 of file FormatCache.cpp.
References m_synthetic_sp.
void FormatCache::Entry::Get | ( | lldb::TypeFormatImplSP & | retval | ) |
Definition at line 27 of file FormatCache.cpp.
References m_format_sp.
void FormatCache::Entry::Get | ( | lldb::TypeSummaryImplSP & | retval | ) |
Definition at line 31 of file FormatCache.cpp.
References m_summary_sp.
bool lldb_private::FormatCache::Entry::IsCached | ( | ) |
bool FormatCache::Entry::IsFormatCached | ( | ) |
Definition at line 21 of file FormatCache.cpp.
References m_format_cached.
bool FormatCache::Entry::IsSummaryCached | ( | ) |
Definition at line 23 of file FormatCache.cpp.
References m_summary_cached.
bool FormatCache::Entry::IsSyntheticCached | ( | ) |
Definition at line 25 of file FormatCache.cpp.
References m_synthetic_cached.
void FormatCache::Entry::Set | ( | lldb::SyntheticChildrenSP | synthetic_sp | ) |
Definition at line 49 of file FormatCache.cpp.
References m_synthetic_cached, and m_synthetic_sp.
void FormatCache::Entry::Set | ( | lldb::TypeFormatImplSP | format_sp | ) |
Definition at line 39 of file FormatCache.cpp.
References m_format_cached, and m_format_sp.
void FormatCache::Entry::Set | ( | lldb::TypeSummaryImplSP | summary_sp | ) |
Definition at line 44 of file FormatCache.cpp.
References m_summary_cached, and m_summary_sp.
|
private |
Definition at line 24 of file FormatCache.h.
Referenced by Entry(), IsFormatCached(), and Set().
|
private |
Definition at line 28 of file FormatCache.h.
|
private |
Definition at line 25 of file FormatCache.h.
Referenced by Entry(), IsSummaryCached(), and Set().
|
private |
Definition at line 29 of file FormatCache.h.
|
private |
Definition at line 26 of file FormatCache.h.
Referenced by Entry(), IsSyntheticCached(), and Set().
|
private |
Definition at line 30 of file FormatCache.h.