HomeSort by relevance Sort by last modified time
    Searched refs:GCFactoryListTraits (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/mclinker/unittests/
GCFactoryListTraitsTest.h 14 #include "mcld/Support/GCFactoryListTraits.h"
25 * \see GCFactoryListTraits
77 const llvm::iplist<Node, mcld::GCFactoryListTraits<Node> >& getNodeList()
82 llvm::iplist<Node, mcld::GCFactoryListTraits<Node> >& getNodeList() {
90 llvm::iplist<Node, mcld::GCFactoryListTraits<Node> > m_pNodeList;
  /frameworks/compile/mclinker/include/mcld/Support/
GCFactoryListTraits.h 1 //===- GCFactoryListTraits.h ----------------------------------------------===//
19 /** \class GCFactoryListTraits
20 * \brief GCFactoryListTraits provides trait class for llvm::iplist when
24 class GCFactoryListTraits : public llvm::ilist_default_traits<DataType> {
  /frameworks/compile/mclinker/include/mcld/Fragment/
Relocation.h 14 #include "mcld/Support/GCFactoryListTraits.h"
27 friend class GCFactoryListTraits<Relocation>;
  /frameworks/compile/mclinker/include/mcld/LD/
RelocData.h 17 #include "mcld/Support/GCFactoryListTraits.h"
32 * Since Relocations are created by GCFactory, we use GCFactoryListTraits for
44 typedef llvm::iplist<Relocation, GCFactoryListTraits<Relocation> >
  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 14 #include "mcld/Support/GCFactoryListTraits.h"
50 typedef llvm::iplist<Relocation, GCFactoryListTraits<Relocation> >

Completed in 1645 milliseconds