LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Static Public Member Functions | List of all members
llvm::ImutProfileInfo< T * > Struct Template Reference

#include <ImmutableSet.h>

Inheritance diagram for llvm::ImutProfileInfo< T * >:
Inheritance graph
[legend]

Public Types

typedef const Tvalue_type
 
typedef value_type value_type_ref
 

Static Public Member Functions

static void Profile (FoldingSetNodeID &ID, value_type_ref X)
 

Detailed Description

template<typename T>
struct llvm::ImutProfileInfo< T * >

Generic profile trait for pointer types. We treat pointers as references to unique objects.

Definition at line 869 of file ImmutableSet.h.

Member Typedef Documentation

template<typename T >
typedef const T* llvm::ImutProfileInfo< T * >::value_type

Definition at line 870 of file ImmutableSet.h.

template<typename T >
typedef value_type llvm::ImutProfileInfo< T * >::value_type_ref

Definition at line 871 of file ImmutableSet.h.

Member Function Documentation

template<typename T >
static void llvm::ImutProfileInfo< T * >::Profile ( FoldingSetNodeID ID,
value_type_ref  X 
)
inlinestatic

Definition at line 873 of file ImmutableSet.h.

References llvm::FoldingSetNodeID::AddPointer().


The documentation for this struct was generated from the following file: