LLDB mainline
Namespaces | Functions
FormatCache.cpp File Reference
#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 &)
 

Function Documentation

◆ FormatCache::Get< lldb::SyntheticChildrenSP >()

template bool FormatCache::Get< lldb::SyntheticChildrenSP > ( ConstString  ,
lldb::SyntheticChildrenSP  
)

◆ FormatCache::Get< lldb::TypeFormatImplSP >()

template bool FormatCache::Get< lldb::TypeFormatImplSP > ( ConstString  ,
lldb::TypeFormatImplSP  
)

Explicit instantiations for the three types.

◆ FormatCache::Get< lldb::TypeSummaryImplSP >()

template bool FormatCache::Get< lldb::TypeSummaryImplSP > ( ConstString  ,
lldb::TypeSummaryImplSP  
)