LLVM 19.0.0git
Classes | Namespaces | Macros
SymbolTableListTraits.h File Reference
#include "llvm/ADT/ilist.h"
#include "llvm/ADT/simple_ilist.h"
#include <cstddef>

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::SymbolTableListTraits< ValueSubClass, Args >
 
class  llvm::SymbolTableList< T, Args >
 List that automatically updates parent links and symbol tables. More...
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

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 49 of file SymbolTableListTraits.h.