LLVM  4.0.0
Classes | Namespaces | Macros
SymbolTableListTraits.h File Reference
#include "llvm/ADT/ilist.h"
Include dependency graph for SymbolTableListTraits.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  llvm::SymbolTableListParentType< NodeTy >
 Template metafunction to get the parent type for a symbol table list. More...
 
class  llvm::SymbolTableList< NodeTy >
 List that automatically updates parent links and symbol tables. More...
 
class  llvm::SymbolTableListTraits< NodeTy >
 
class  llvm::SymbolTableList< NodeTy >
 List that automatically updates parent links and symbol tables. More...
 

Namespaces

 llvm
 Compute iterated dominance frontiers using a linear time algorithm.
 

Macros

#define DEFINE_SYMBOL_TABLE_PARENT_TYPE(NODE, PARENT)   template <> struct SymbolTableListParentType<NODE> { typedef PARENT type; };
 

Macro Definition Documentation

#define DEFINE_SYMBOL_TABLE_PARENT_TYPE (   NODE,
  PARENT 
)    template <> struct SymbolTableListParentType<NODE> { typedef PARENT type; };

Definition at line 46 of file SymbolTableListTraits.h.