LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Static Public Member Functions | List of all members
llvm::ilist_traits< Function > Struct Template Reference

#include <Module.h>

Inheritance diagram for llvm::ilist_traits< Function >:
Inheritance graph
[legend]
Collaboration diagram for llvm::ilist_traits< Function >:
Collaboration graph
[legend]

Public Member Functions

FunctioncreateSentinel () const
 
FunctionprovideInitialHead () const
 
FunctionensureHead (Function *) const
 
- Public Member Functions inherited from llvm::SymbolTableListTraits< Function, Module >
 SymbolTableListTraits ()
 
ModulegetListOwner ()
 
void addNodeToList (Function *V)
 
void removeNodeFromList (Function *V)
 
void transferNodesFromList (ilist_traits< Function > &L2, ilist_iterator< Function > first, ilist_iterator< Function > last)
 
void setSymTabObject (TPtr *, TPtr)
 
- Public Member Functions inherited from llvm::ilist_node_traits< NodeTy >
void addNodeToList (NodeTy *)
 
void removeNodeFromList (NodeTy *)
 
void transferNodesFromList (ilist_node_traits &, ilist_iterator< NodeTy >, ilist_iterator< NodeTy >)
 

Static Public Member Functions

static void destroySentinel (Function *)
 
static void noteHead (Function *, Function *)
 
- Static Public Member Functions inherited from llvm::SymbolTableListTraits< Function, Module >
static iplist< Function > & getList (Module *Par)
 
static ValueSymbolTablegetSymTab (Module *Par)
 
static ValueSymbolTabletoPtr (ValueSymbolTable *P)
 
static ValueSymbolTabletoPtr (ValueSymbolTable &R)
 
- Static Public Member Functions inherited from llvm::ilist_nextprev_traits< NodeTy >
static NodeTy * getPrev (NodeTy *N)
 
static NodeTy * getNext (NodeTy *N)
 
static const NodeTy * getPrev (const NodeTy *N)
 
static const NodeTy * getNext (const NodeTy *N)
 
static void setPrev (NodeTy *N, NodeTy *Prev)
 
static void setNext (NodeTy *N, NodeTy *Next)
 
- Static Public Member Functions inherited from llvm::ilist_sentinel_traits< NodeTy >
static NodeTy * createSentinel ()
 createSentinel - create the dynamic sentinel More...
 
static void destroySentinel (NodeTy *N)
 destroySentinel - deallocate the dynamic sentinel More...
 
static NodeTy * provideInitialHead ()
 
static NodeTy * ensureHead (NodeTy *&Head)
 
static void noteHead (NodeTy *NewHead, NodeTy *Sentinel)
 noteHead - stash the sentinel into its default location More...
 
- Static Public Member Functions inherited from llvm::ilist_node_traits< NodeTy >
static NodeTy * createNode (const NodeTy &V)
 
static void deleteNode (NodeTy *V)
 

Detailed Description

template<>
struct llvm::ilist_traits< Function >

Definition at line 35 of file Module.h.

Member Function Documentation

Function* llvm::ilist_traits< Function >::createSentinel ( ) const
inline

Definition at line 40 of file Module.h.

static void llvm::ilist_traits< Function >::destroySentinel ( Function )
inlinestatic

Definition at line 43 of file Module.h.

Function* llvm::ilist_traits< Function >::ensureHead ( Function ) const
inline

Definition at line 46 of file Module.h.

References llvm::ilist_sentinel_traits< NodeTy >::createSentinel().

static void llvm::ilist_traits< Function >::noteHead ( Function ,
Function  
)
inlinestatic

Definition at line 47 of file Module.h.

Function* llvm::ilist_traits< Function >::provideInitialHead ( ) const
inline

Definition at line 45 of file Module.h.

References llvm::ilist_sentinel_traits< NodeTy >::createSentinel().


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