LLVM
8.0.1
|
#include "llvm/CodeGen/DIE.h"
Public Member Functions | |
IntrusiveBackListNode () | |
IntrusiveBackListNode * | getNext () const |
Public Attributes | |
PointerIntPair< IntrusiveBackListNode *, 1 > | Next |
|
inline |
Definition at line 483 of file DIE.h.
References llvm::PointerIntPair< PointerTy, IntBits, IntType, PtrTraits, Info >::getInt(), and llvm::PointerIntPair< PointerTy, IntBits, IntType, PtrTraits, Info >::getPointer().
PointerIntPair<IntrusiveBackListNode *, 1> llvm::IntrusiveBackListNode::Next |
Definition at line 479 of file DIE.h.
Referenced by llvm::IntrusiveBackListBase::push_back().