LLVM
15.0.0git
|
#include "llvm/CodeGen/DIE.h"
Classes | |
class | const_iterator |
class | iterator |
Public Member Functions | |
void | push_back (T &N) |
void | push_front (T &N) |
T & | back () |
const T & | back () const |
T & | front () |
const T & | front () const |
void | takeNodes (IntrusiveBackList< T > &Other) |
iterator | begin () |
const_iterator | begin () const |
iterator | end () |
const_iterator | end () const |
bool | empty () const |
Static Public Member Functions | |
static iterator | toIterator (T &N) |
static const_iterator | toIterator (const T &N) |
|
inline |
Definition at line 562 of file DIE.h.
Referenced by llvm::DIE::addChild().
|
inline |
|
inline |
Definition at line 634 of file DIE.h.
Referenced by llvm::IntrusiveBackList< llvm::DIE >::begin(), and llvm::DIE::children().
|
inline |
|
inline |
Definition at line 530 of file DIE.h.
Referenced by llvm::DIE::hasChildren().
|
inline |
Definition at line 640 of file DIE.h.
Referenced by llvm::IntrusiveBackList< llvm::DIE >::begin(), and llvm::DIE::children().
|
inline |
|
inline |
Definition at line 564 of file DIE.h.
Referenced by llvm::DIE::addChildFront().
|
inline |
|
inline |
Definition at line 560 of file DIE.h.
Referenced by llvm::DIE::addChild(), and llvm::IntrusiveBackList< llvm::DIE >::takeNodes().
|
inline |
Definition at line 561 of file DIE.h.
Referenced by llvm::DIE::addChildFront().
|
inline |
|
inlinestatic |
|
inlinestatic |