class SymbolTableList
Declaration
template <class T>
class SymbolTableList { /* full declaration omitted */ };
Description
List that automatically updates parent links and symbol tables. When nodes are inserted into and removed from this list, the associated symbol table will be automatically updated. Similarly, parent links get updated automatically.
Declared at: llvm/include/llvm/IR/SymbolTableListTraits.h:112
Templates
- T