LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Macros
ImmutableSet.h File Reference
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/FoldingSet.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/DataTypes.h"
#include "llvm/Support/ErrorHandling.h"
#include <cassert>
#include <functional>
#include <vector>
Include dependency graph for ImmutableSet.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::ImutAVLFactory< ImutInfo >
 
class  llvm::ImutIntervalAVLFactory< ImutInfo >
 
class  llvm::ImutAVLTreeInOrderIterator< ImutInfo >
 
class  llvm::ImutAVLTreeGenericIterator< ImutInfo >
 
class  llvm::ImutAVLTree< ImutInfo >
 
class  llvm::ImutAVLFactory< ImutInfo >
 
class  llvm::ImutAVLTreeGenericIterator< ImutInfo >
 
class  llvm::ImutAVLTreeInOrderIterator< ImutInfo >
 
struct  llvm::ImutProfileInfo< T >
 
struct  llvm::ImutProfileInteger< T >
 Profile traits for integers. More...
 
struct  llvm::ImutProfileInfo< bool >
 Profile traits for booleans. More...
 
struct  llvm::ImutProfileInfo< T * >
 
struct  llvm::ImutContainerInfo< T >
 
struct  llvm::ImutContainerInfo< T * >
 
class  llvm::ImmutableSet< ValT, ValInfo >
 
class  llvm::ImmutableSet< ValT, ValInfo >::Factory
 
class  llvm::ImmutableSet< ValT, ValInfo >::iterator
 
class  llvm::ImmutableSetRef< ValT, ValInfo >
 
class  llvm::ImmutableSetRef< ValT, ValInfo >::iterator
 

Namespaces

 llvm
 List of target independent CodeGen pass IDs.
 

Macros

#define PROFILE_INTEGER_INFO(X)   template<> struct ImutProfileInfo<X> : ImutProfileInteger<X> {};
 

Macro Definition Documentation

#define PROFILE_INTEGER_INFO (   X)    template<> struct ImutProfileInfo<X> : ImutProfileInteger<X> {};

Definition at line 838 of file ImmutableSet.h.