|
LLVM
3.7.0
|
#include <DIE.h>
Public Types | |
| typedef IntrusiveBackListNode | Node |
Public Member Functions | |
| bool | empty () const |
| void | push_back (Node &N) |
Public Attributes | |
| Node * | Last = nullptr |
|
inline |
|
inline |
Definition at line 467 of file DIE.h.
References Last, N, and llvm::IntrusiveBackListNode::Next.
Referenced by llvm::IntrusiveBackList< llvm::DIE >::push_back().
| Node* llvm::IntrusiveBackListBase::Last = nullptr |
Definition at line 464 of file DIE.h.
Referenced by llvm::IntrusiveBackList< llvm::DIE >::back(), llvm::IntrusiveBackList< llvm::DIE >::begin(), empty(), and push_back().
1.8.6