LLVM  8.0.1
Classes | Public Member Functions | Static Public Member Functions | List of all members
llvm::IntrusiveBackList< T > Class Template Reference

#include "llvm/CodeGen/DIE.h"

Inheritance diagram for llvm::IntrusiveBackList< T >:
Inheritance graph
[legend]
Collaboration diagram for llvm::IntrusiveBackList< T >:
Collaboration graph
[legend]

Classes

class  const_iterator
 
class  iterator
 

Public Member Functions

void push_back (T &N)
 
Tback ()
 
const Tback () const
 
iterator begin ()
 
const_iterator begin () const
 
iterator end ()
 
const_iterator end () const
 

Static Public Member Functions

static iterator toIterator (T &N)
 
static const_iterator toIterator (const T &N)
 

Detailed Description

template<class T>
class llvm::IntrusiveBackList< T >

Definition at line 507 of file DIE.h.

Member Function Documentation

◆ back() [1/2]

template<class T>
T& llvm::IntrusiveBackList< T >::back ( )
inline

Definition at line 512 of file DIE.h.

Referenced by llvm::DIE::addChild().

◆ back() [2/2]

template<class T>
const T& llvm::IntrusiveBackList< T >::back ( ) const
inline

Definition at line 513 of file DIE.h.

◆ begin() [1/2]

template<class T>
iterator llvm::IntrusiveBackList< T >::begin ( )
inline

Definition at line 561 of file DIE.h.

Referenced by llvm::DIE::children(), and llvm::DIEValueList::values().

◆ begin() [2/2]

template<class T>
const_iterator llvm::IntrusiveBackList< T >::begin ( ) const
inline

Definition at line 564 of file DIE.h.

◆ end() [1/2]

template<class T>
iterator llvm::IntrusiveBackList< T >::end ( )
inline

Definition at line 567 of file DIE.h.

Referenced by llvm::DIE::children(), and llvm::DIEValueList::values().

◆ end() [2/2]

template<class T>
const_iterator llvm::IntrusiveBackList< T >::end ( ) const
inline

Definition at line 568 of file DIE.h.

◆ push_back()

template<class T>
void llvm::IntrusiveBackList< T >::push_back ( T N)
inline

Definition at line 511 of file DIE.h.

Referenced by llvm::DIE::addChild().

◆ toIterator() [1/2]

template<class T>
static iterator llvm::IntrusiveBackList< T >::toIterator ( T N)
inlinestatic

Definition at line 570 of file DIE.h.

◆ toIterator() [2/2]

template<class T>
static const_iterator llvm::IntrusiveBackList< T >::toIterator ( const T N)
inlinestatic

Definition at line 571 of file DIE.h.


The documentation for this class was generated from the following file: