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< GlobalVariable > Struct Template Reference

#include <Module.h>

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

Public Member Functions

GlobalVariablecreateSentinel () const
 
GlobalVariableprovideInitialHead () const
 
GlobalVariableensureHead (GlobalVariable *) const
 
- Public Member Functions inherited from llvm::SymbolTableListTraits< GlobalVariable, Module >
 SymbolTableListTraits ()
 
ModulegetListOwner ()
 
void addNodeToList (GlobalVariable *V)
 
void removeNodeFromList (GlobalVariable *V)
 
void transferNodesFromList (ilist_traits< GlobalVariable > &L2, ilist_iterator< GlobalVariable > first, ilist_iterator< GlobalVariable > 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 (GlobalVariable *)
 
static void noteHead (GlobalVariable *, GlobalVariable *)
 
- Static Public Member Functions inherited from llvm::SymbolTableListTraits< GlobalVariable, Module >
static iplist< GlobalVariable > & 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< GlobalVariable >

Definition at line 53 of file Module.h.

Member Function Documentation

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

Definition at line 56 of file Module.h.

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

Definition at line 59 of file Module.h.

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

Definition at line 62 of file Module.h.

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

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

Definition at line 63 of file Module.h.

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

Definition at line 61 of file Module.h.

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


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