LLVM API Documentation
#include <Module.h>
Public Member Functions | |
GlobalVariable * | createSentinel () const |
GlobalVariable * | provideInitialHead () const |
GlobalVariable * | ensureHead (GlobalVariable *) const |
Static Public Member Functions | |
static void | destroySentinel (GlobalVariable *) |
destroySentinel - deallocate the dynamic sentinel | |
static void | noteHead (GlobalVariable *, GlobalVariable *) |
noteHead - stash the sentinel into its default location |
GlobalVariable* llvm::ilist_traits< GlobalVariable >::createSentinel | ( | ) | const [inline] |
static void llvm::ilist_traits< GlobalVariable >::destroySentinel | ( | GlobalVariable * | N | ) | [inline, static] |
destroySentinel - deallocate the dynamic sentinel
Reimplemented from llvm::ilist_sentinel_traits< GlobalVariable >.
GlobalVariable* llvm::ilist_traits< GlobalVariable >::ensureHead | ( | GlobalVariable * | ) | const [inline] |
Definition at line 65 of file Module.h.
References llvm::ilist_sentinel_traits< NodeTy >::createSentinel().
static void llvm::ilist_traits< GlobalVariable >::noteHead | ( | GlobalVariable * | NewHead, |
GlobalVariable * | Sentinel | ||
) | [inline, static] |
noteHead - stash the sentinel into its default location
Reimplemented from llvm::ilist_sentinel_traits< GlobalVariable >.
GlobalVariable* llvm::ilist_traits< GlobalVariable >::provideInitialHead | ( | ) | const [inline] |
Definition at line 64 of file Module.h.
References llvm::ilist_sentinel_traits< NodeTy >::createSentinel().