LLVM API Documentation
#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>
Go to the source code of this file.
Classes | |
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 | |
namespace | llvm |
List of target independent CodeGen pass IDs. | |
Defines | |
#define | PROFILE_INTEGER_INFO(X) template<> struct ImutProfileInfo<X> : ImutProfileInteger<X> {}; |
#define PROFILE_INTEGER_INFO | ( | X | ) | template<> struct ImutProfileInfo<X> : ImutProfileInteger<X> {}; |
Definition at line 833 of file ImmutableSet.h.