LLDB mainline
|
#include "lldb/DataFormatters/FormatCache.h"
Go to the source code of this file.
Namespaces | |
namespace | lldb_private |
A class that represents a running process on the host machine. | |
Functions | |
template<> | |
bool | lldb_private::FormatCache::Entry::IsCached< lldb::TypeFormatImplSP > () |
template<> | |
bool | lldb_private::FormatCache::Entry::IsCached< lldb::TypeSummaryImplSP > () |
template<> | |
bool | lldb_private::FormatCache::Entry::IsCached< lldb::SyntheticChildrenSP > () |
template bool | FormatCache::Get< lldb::TypeFormatImplSP > (ConstString, lldb::TypeFormatImplSP &) |
Explicit instantiations for the three types. | |
template bool | FormatCache::Get< lldb::TypeSummaryImplSP > (ConstString, lldb::TypeSummaryImplSP &) |
template bool | FormatCache::Get< lldb::SyntheticChildrenSP > (ConstString, lldb::SyntheticChildrenSP &) |
template bool FormatCache::Get< lldb::SyntheticChildrenSP > | ( | ConstString | , |
lldb::SyntheticChildrenSP & | |||
) |
template bool FormatCache::Get< lldb::TypeFormatImplSP > | ( | ConstString | , |
lldb::TypeFormatImplSP & | |||
) |
Explicit instantiations for the three types.
template bool FormatCache::Get< lldb::TypeSummaryImplSP > | ( | ConstString | , |
lldb::TypeSummaryImplSP & | |||
) |