LLVM API Documentation
#include <BasicBlock.h>


Static Public Member Functions | |
| static Instruction * | createSentinel () |
| static void | destroySentinel (Instruction *I) |
| static iplist< Instruction > & | getList (BasicBlock *BB) |
| static ValueSymbolTable * | getSymTab (BasicBlock *ItemParent) |
| static int | getListOffset () |
Definition at line 28 of file BasicBlock.h.
| static Instruction* llvm::ilist_traits< Instruction >::createSentinel | ( | ) | [static] |
Reimplemented from llvm::ilist_sentinel_traits< ValueSubClass >.
| static void llvm::ilist_traits< Instruction >::destroySentinel | ( | Instruction * | I | ) | [inline, static] |
Definition at line 32 of file BasicBlock.h.
| static iplist<Instruction>& llvm::ilist_traits< Instruction >::getList | ( | BasicBlock * | BB | ) | [static] |
| static ValueSymbolTable* llvm::ilist_traits< Instruction >::getSymTab | ( | BasicBlock * | ItemParent | ) | [static] |
| int llvm::ilist_traits< Instruction >::getListOffset | ( | ) | [inline, static] |