LLVM API Documentation

Public Member Functions | Static Public Member Functions
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]

List of all members.

Public Member Functions

GlobalVariablecreateSentinel () const
GlobalVariableprovideInitialHead () const
GlobalVariableensureHead (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

Detailed Description

template<>
struct llvm::ilist_traits< GlobalVariable >

Definition at line 56 of file Module.h.


Member Function Documentation

Definition at line 59 of file Module.h.

static void llvm::ilist_traits< GlobalVariable >::destroySentinel ( GlobalVariable N) [inline, static]

destroySentinel - deallocate the dynamic sentinel

Reimplemented from llvm::ilist_sentinel_traits< GlobalVariable >.

Definition at line 62 of file Module.h.

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 >.

Definition at line 66 of file Module.h.

Definition at line 64 of file Module.h.

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


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