|
LLVM
4.0.0
|
#include "llvm/ADT/ilist.h"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; }; |
| #define DEFINE_SYMBOL_TABLE_PARENT_TYPE | ( | NODE, | |
| PARENT | |||
| ) | template <> struct SymbolTableListParentType<NODE> { typedef PARENT type; }; |
Definition at line 46 of file SymbolTableListTraits.h.
1.8.6