LLVM API Documentation
#include <Recycler.h>
Public Attributes | |
RecyclerStruct * | Prev |
RecyclerStruct * | Next |
RecyclerStruct - Implementation detail for Recycler. This is a class that the recycler imposes on free'd memory to carve out next/prev pointers.
Definition at line 34 of file Recycler.h.
Definition at line 35 of file Recycler.h.
Referenced by llvm::ilist_traits< RecyclerStruct >::getNext(), and llvm::ilist_traits< RecyclerStruct >::setNext().
Definition at line 35 of file Recycler.h.
Referenced by llvm::ilist_traits< RecyclerStruct >::getPrev(), and llvm::ilist_traits< RecyclerStruct >::setPrev().