Home
last modified time | relevance | path

Searched refs:getList (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.h86 MachinePassRegistryNode<PassCtorTy> *getList() { return List; } in getList() function
92 for (MachinePassRegistryNode<PassCtorTy> *R = getList(); R; in setDefault()
148 for (RegistryClass *Node = RegistryClass::getList(); in initialize()
H A DRegAllocRegistry.h48 static SubClass *getList() { in getList() function
49 return static_cast<SubClass *>(Registry.getList()); in getList()
H A DSchedulerRegistry.h52 static RegisterScheduler *getList() { in getList() function
53 return (RegisterScheduler *)Registry.getList(); in getList()
H A DMachineScheduler.h170 static MachineSchedRegistry *getList() { in getList() function
171 return (MachineSchedRegistry *)Registry.getList(); in getList()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DSymbolTableListTraitsImpl.h48 ListTy &ItemList = getList(getListOwner()); in setSymTabObject()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DSymbolTableListTraits.h89 static ListTy &getList(ItemParentClass *Par) { in getList()
88 static ListTy &getList(ItemParentClass *Par) { getList() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h60 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
H A DDIEHash.cpp241 const DebugLocStream::List &List = Locs.getList(LocList.getValue()); in hashLocList()
H A DDIE.cpp838 MCSymbol *Label = DD->getDebugLocs().getList(Index).Label; in emitValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableList.h101 ImmutableList getList() const { return L; } in getList() function