Searched refs:getList (Results 1 – 10 of 10) sorted by relevance
86 MachinePassRegistryNode<PassCtorTy> *getList() { return List; } in getList() function92 for (MachinePassRegistryNode<PassCtorTy> *R = getList(); R; in setDefault()148 for (RegistryClass *Node = RegistryClass::getList(); in initialize()
48 static SubClass *getList() { in getList() function49 return static_cast<SubClass *>(Registry.getList()); in getList()
52 static RegisterScheduler *getList() { in getList() function 53 return (RegisterScheduler *)Registry.getList(); in getList()
170 static MachineSchedRegistry *getList() { in getList() function171 return (MachineSchedRegistry *)Registry.getList(); in getList()
48 ListTy &ItemList = getList(getListOwner()); in setSymTabObject()
89 static ListTy &getList(ItemParentClass *Par) { in getList() 88 static ListTy &getList(ItemParentClass *Par) { getList() function
60 const List &getList(size_t LI) const { return Lists[LI]; } in getNumLists() 76 /// be retrieved later via \a getList().61 const List &getList(size_t LI) const { return Lists[LI]; } getList() function
241 const DebugLocStream::List &List = Locs.getList(LocList.getValue()); in hashLocList()
838 MCSymbol *Label = DD->getDebugLocs().getList(Index).Label; in emitValue()
101 ImmutableList getList() const { return L; } in getList() function