reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
25 template <typename ValueSubClass> class SymbolTableListTraits;
include/llvm/IR/GlobalIFunc.h 30 template <typename ValueSubClass> class SymbolTableListTraits;
include/llvm/IR/GlobalVariable.h 37 template <typename ValueSubClass> class SymbolTableListTraits;
include/llvm/IR/ValueSymbolTable.h 31 template <typename ValueSubClass> class SymbolTableListTraits;
97 void transferNodesFromList(SymbolTableListTraits &L2, iterator first, 113 : public iplist_impl<simple_ilist<T>, SymbolTableListTraits<T>> {};lib/IR/SymbolTableListTraitsImpl.h
83 SymbolTableListTraits &L2, iterator first, iterator last) {