|
LLVM
3.7.0
|
#include <Module.h>
Public Member Functions | |
| Function * | createSentinel () const |
| Function * | provideInitialHead () const |
| Function * | ensureHead (Function *) const |
Public Member Functions inherited from llvm::SymbolTableListTraits< Function, Module > | |
| SymbolTableListTraits () | |
| Module * | getListOwner () |
| getListOwner - Return the object that owns this list. More... | |
| 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) |
| setSymTabObject - This is called when (f.e.) the parent of a basic block changes. More... | |
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 ValueSymbolTable * | getSymTab (Module *Par) |
| static ValueSymbolTable * | toPtr (ValueSymbolTable *P) |
| static ValueSymbolTable * | toPtr (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 () |
| provideInitialHead - when constructing an ilist, provide a starting value for its Head More... | |
| static NodeTy * | ensureHead (NodeTy *&Head) |
| ensureHead - make sure that Head is either already initialized or assigned a fresh sentinel More... | |
| 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) |
|
inline |
|
inlinestatic |
|
inline |
Definition at line 48 of file Module.h.
References llvm::ilist_sentinel_traits< NodeTy >::createSentinel().
|
inlinestatic |
|
inline |
Definition at line 47 of file Module.h.
References llvm::ilist_sentinel_traits< NodeTy >::createSentinel().
1.8.6