HomeSort by relevance Sort by last modified time
    Searched defs:SymbolTableListTraits (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/IR/
SymbolTableListTraits.h 1 //===-- llvm/SymbolTableListTraits.h - Traits for iplist --------*- C++ -*-===//
69 class SymbolTableListTraits
78 SymbolTableListTraits() {}
102 void transferNodesFromList(SymbolTableListTraits &L2,
118 class SymbolTableList : public iplist<NodeTy, SymbolTableListTraits<NodeTy>> {};
  /external/llvm/lib/IR/
BasicBlock.cpp 37 // Explicit instantiation of SymbolTableListTraits since some of the methods
39 template class llvm::SymbolTableListTraits<Instruction>;
Module.cpp 39 // Explicit instantiations of SymbolTableListTraits since some of the methods
41 template class llvm::SymbolTableListTraits<Function>;
42 template class llvm::SymbolTableListTraits<GlobalVariable>;
43 template class llvm::SymbolTableListTraits<GlobalAlias>;
Function.cpp 36 // Explicit instantiations of SymbolTableListTraits since some of the methods
38 template class llvm::SymbolTableListTraits<Argument>;
39 template class llvm::SymbolTableListTraits<BasicBlock>;
    [all...]

Completed in 683 milliseconds