|
LLVM
8.0.1
|


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< T > |
| List that automatically updates parent links and symbol tables. More... | |
| class | llvm::SymbolTableListTraits< ValueSubClass > |
| class | llvm::SymbolTableList< T > |
| List that automatically updates parent links and symbol tables. More... | |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
Macros | |
| #define | DEFINE_SYMBOL_TABLE_PARENT_TYPE(NODE, PARENT) template <> struct SymbolTableListParentType<NODE> { using type = PARENT; }; |
| #define DEFINE_SYMBOL_TABLE_PARENT_TYPE | ( | NODE, | |
| PARENT | |||
| ) | template <> struct SymbolTableListParentType<NODE> { using type = PARENT; }; |
Definition at line 50 of file SymbolTableListTraits.h.
1.8.13