Searched refs:ilist_alloc_traits (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DSymbolTableListTraits.h66 class SymbolTableListTraits : public ilist_alloc_traits<ValueSubClass> {
H A DInstruction.h39 template <> struct ilist_alloc_traits<Instruction> { struct in namespace:llvm
783 inline void ilist_alloc_traits<Instruction>::deleteNode(Instruction *V) {
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h33 template <> struct ilist_alloc_traits<MCFragment> { struct in namespace:llvm
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist.h40 template <typename NodeTy> struct ilist_alloc_traits { struct in namespace:llvm
46 /// Specialize ilist_alloc_traits to inherit from this to disable the
54 /// struct ilist_alloc_traits<MyType> : ilist_noalloc_traits<MyType> {};
82 struct ilist_node_traits : ilist_alloc_traits<NodeTy>,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCFragment.cpp233 void ilist_alloc_traits<MCFragment>::deleteNode(MCFragment *V) { V->destroy(); }
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h79 struct ilist_alloc_traits<IndexListEntry> struct in namespace:llvm
H A DMachineFunction.h76 template <> struct ilist_alloc_traits<MachineBasicBlock> { struct in namespace:llvm
H A DSelectionDAG.h132 template <> struct ilist_alloc_traits<SDNode> { struct in namespace:llvm
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp123 void ilist_alloc_traits<MachineBasicBlock>::deleteNode(MachineBasicBlock *MBB) {
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSA.h232 struct ilist_alloc_traits<MemoryAccess> { struct
/freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryWriter.cpp70 struct ilist_alloc_traits<TrieEdge> : ilist_noalloc_traits<TrieEdge> {}; struct in namespace:llvm

Completed in 194 milliseconds