LLVM  8.0.1
Classes | Namespaces | Macros
SymbolTableListTraits.h File Reference
#include "llvm/ADT/ilist.h"
#include "llvm/ADT/simple_ilist.h"
#include <cstddef>
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< 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; };
 

Macro Definition Documentation

◆ DEFINE_SYMBOL_TABLE_PARENT_TYPE

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

Definition at line 50 of file SymbolTableListTraits.h.