LLVM API Documentation

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.

Static Public Member Functions

static GlobalVariablecreateSentinel ()
static void destroySentinel (GlobalVariable *GV)
static iplist< GlobalVariable > & getList (Module *M)

Detailed Description

template<>
struct llvm::ilist_traits< GlobalVariable >

Definition at line 41 of file Module.h.


Member Function Documentation

static GlobalVariable* llvm::ilist_traits< GlobalVariable >::createSentinel (  )  [static]

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

Definition at line 45 of file Module.h.

References GV.

static iplist<GlobalVariable>& llvm::ilist_traits< GlobalVariable >::getList ( Module M  )  [static]


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