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++ -*-===//
41 class SymbolTableListTraits : public ilist_default_traits<ValueSubClass> {
44 SymbolTableListTraits() {}
  /external/llvm/lib/IR/
BasicBlock.cpp 37 // Explicit instantiation of SymbolTableListTraits since some of the methods
39 template class llvm::SymbolTableListTraits<Instruction, BasicBlock>;
Function.cpp 34 // Explicit instantiations of SymbolTableListTraits since some of the methods
36 template class llvm::SymbolTableListTraits<Argument, Function>;
37 template class llvm::SymbolTableListTraits<BasicBlock, Function>;
Module.cpp 35 // Explicit instantiations of SymbolTableListTraits since some of the methods
37 template class llvm::SymbolTableListTraits<Function, Module>;
38 template class llvm::SymbolTableListTraits<GlobalVariable, Module>;
39 template class llvm::SymbolTableListTraits<GlobalAlias, Module>;

Completed in 403 milliseconds