reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/GlobalAlias.h
   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;

References

include/llvm/IR/SymbolTableListTraits.h
   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) {