LLVM API Documentation
#include <ImmutableSet.h>
Public Types | |
typedef const T | value_type |
typedef const T & | value_type_ref |
Static Public Member Functions | |
static void | Profile (FoldingSetNodeID &ID, value_type_ref X) |
Generic profile template. The default behavior is to invoke the profile method of an object. Specializations for primitive integers and generic handling of pointers is done below.
Definition at line 818 of file ImmutableSet.h.
typedef const T llvm::ImutProfileInfo< T >::value_type |
Definition at line 819 of file ImmutableSet.h.
typedef const T& llvm::ImutProfileInfo< T >::value_type_ref |
Definition at line 820 of file ImmutableSet.h.
|
inlinestatic |
Definition at line 822 of file ImmutableSet.h.
References llvm::DefaultFoldingSetTrait< T >::Profile().
Referenced by llvm::ImutKeyValueInfo< T, S >::Profile(), and llvm::ImutIntervalInfo< T >::Profile().