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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegAllocRegistry.h47 static SubClass *getList() { function in class:llvm::RegisterRegAllocBase
48 return static_cast<SubClass *>(Registry.getList());
H A DSchedulerRegistry.h52 static RegisterScheduler *getList() { function in class:llvm::RegisterScheduler
53 return (RegisterScheduler *)Registry.getList();
H A DMachinePassRegistry.h86 MachinePassRegistryNode<PassCtorTy> *getList() { return List; } function in class:llvm::MachinePassRegistry
92 for (MachinePassRegistryNode<PassCtorTy> *R = getList(); R;
148 for (RegistryClass *Node = RegistryClass::getList();
H A DMachineScheduler.h159 static MachineSchedRegistry *getList() { function in class:llvm::MachineSchedRegistry
160 return (MachineSchedRegistry *)Registry.getList();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DSymbolTableListTraitsImpl.h43 ListTy &ItemList = getList(getListOwner());
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DSymbolTableListTraits.h86 static ListTy &getList(ItemParentClass *Par) { function in class:llvm::SymbolTableListTraits
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableList.h100 ImmutableList getList() const { return L; } function in class:llvm::ImmutableList::iterator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h61 const List &getList(size_t LI) const { return Lists[LI]; } function in class:llvm::DebugLocStream
77 /// be retrieved later via \a getList().
H A DDIEHash.cpp227 for (const auto &Entry : Locs.getEntries(Locs.getList(LocList.getValue())))
H A DDIE.cpp820 MCSymbol *Label = DD->getDebugLocs().getList(Index).Label;

Completed in 200 milliseconds